From 78fc015fe5f811c4de79ded29173c914ef85cc38 Mon Sep 17 00:00:00 2001 From: Tim Carr Date: Tue, 24 Jun 2025 21:13:32 +0800 Subject: [PATCH] =?UTF-8?q?Member=20Content:=20Replace=20=E2=80=9CMembers?= =?UTF-8?q?=20only=E2=80=9D=20with=20=E2=80=9Cmember-only=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/Support/Helper/KitRestrictContent.php | 2 +- views/backend/post/bulk-edit.php | 2 +- views/backend/post/meta-box.php | 8 ++++---- views/backend/post/quick-edit.php | 2 +- .../convertkit-restrict-content-setup/content-2.php | 6 +++--- 5 files changed, 10 insertions(+), 10 deletions(-) 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. ?> - +
- +

- +
- +
- +