From 6734c41bacd74c7386241f8735c99d053fad3df6 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 8 Jun 2024 16:23:16 +0900 Subject: [PATCH] =?UTF-8?q?=E5=85=AC=E9=96=8B=E6=BA=96=E5=82=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- class/class.cnv_protection_txt.php | 4 +- convert-protection-text.php | 26 +++++++++---- readme.txt | 55 ++++++++++++++++++++++++++++ template/cnv_protection_txt_form.php | 2 +- 4 files changed, 77 insertions(+), 10 deletions(-) create mode 100644 readme.txt diff --git a/class/class.cnv_protection_txt.php b/class/class.cnv_protection_txt.php index 1dbcc83..c905be4 100644 --- a/class/class.cnv_protection_txt.php +++ b/class/class.cnv_protection_txt.php @@ -15,8 +15,8 @@ if ( ! class_exists( 'cnv_protection_txt' ) ) { public function add_pages() { add_menu_page( - 'アクセス権限ページ設定', - 'アクセス権限ページ設定', + '限定公開ページテキストカスタマイズ', + '限定公開ページテキストカスタマイズ', 'level_8', __FILE__, array( diff --git a/convert-protection-text.php b/convert-protection-text.php index 7b6ba41..76563f8 100644 --- a/convert-protection-text.php +++ b/convert-protection-text.php @@ -1,13 +1,25 @@ -

アクセス権限ページ設定

+

限定公開ページテキストカスタマイズ