diff --git a/tests/Support/Helper/KitRestrictContent.php b/tests/Support/Helper/KitRestrictContent.php index f5bea7df0..60402aa67 100644 --- a/tests/Support/Helper/KitRestrictContent.php +++ b/tests/Support/Helper/KitRestrictContent.php @@ -163,7 +163,7 @@ public function createRestrictedContentPage($I, $options = false) 'post_type' => $options['post_type'], 'post_title' => $options['post_title'], - // Emulate Gutenberg content with visible and members only content sections. + // Emulate Gutenberg content with visible and member-only content sections. 'post_content' => '
' . $options['visible_content'] . '
' . $options['member_content'] . '', diff --git a/views/backend/post/bulk-edit.php b/views/backend/post/bulk-edit.php index e08959a6a..d126e328d 100644 --- a/views/backend/post/bulk-edit.php +++ b/views/backend/post/bulk-edit.php @@ -80,7 +80,7 @@ // Therefore, we use -2 to denote 'No Change', even though this setting is for the Tag, so we're at least consistent. ?> - +