From c05b0b3bdf849764839be953ee6932dceadffa2c Mon Sep 17 00:00:00 2001 From: yhira Date: Sat, 20 Jan 2024 22:32:11 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=AB=E3=83=86=E3=82=B4=E3=83=AA=E3=83=BC?= =?UTF-8?q?=E3=83=BB=E3=82=BF=E3=82=B0=E3=81=AE=E7=B7=A8=E9=9B=86=E3=83=9A?= =?UTF-8?q?=E3=83=BC=E3=82=B8=E3=81=AE=E3=82=AA=E3=83=97=E3=82=B7=E3=83=A7?= =?UTF-8?q?=E3=83=B3=E5=90=8D=E3=82=84=E8=AA=AC=E6=98=8E=E6=96=87=E3=82=92?= =?UTF-8?q?=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/content-category.php | 14 +++++++------- lib/content-tag.php | 19 +++++++++---------- 2 files changed, 16 insertions(+), 17 deletions(-) diff --git a/lib/content-category.php b/lib/content-category.php index 4f587690f..92b554fe8 100644 --- a/lib/content-category.php +++ b/lib/content-category.php @@ -242,22 +242,22 @@ function extra_category_fields( $cat ) { - + - -

+ +

- + -

+

@@ -276,7 +276,7 @@ function extra_category_fields( $cat ) { $the_category_meta_description = get_the_category_meta_description($cat_id); generate_textarea_tag('the_category_meta_description', $the_category_meta_description, __( 'カテゴリーページの説明文を入力してください', THEME_NAME ), 3) ; ?> -

+

@@ -286,7 +286,7 @@ function extra_category_fields( $cat ) { $the_category_meta_keywords = get_the_category_meta_keywords($cat_id); ?> -

+

diff --git a/lib/content-tag.php b/lib/content-tag.php index 5149b2fcd..82eef6c27 100644 --- a/lib/content-tag.php +++ b/lib/content-tag.php @@ -189,22 +189,22 @@ function extra_tag_fields( $tag ) { $tag_id = $tag->term_id; ?> - + - -

+ +

- + -

+

@@ -221,9 +221,9 @@ function extra_tag_fields( $tag ) { -

+

@@ -233,7 +233,7 @@ function extra_tag_fields( $tag ) { $the_tag_meta_keywords = get_the_tag_meta_keywords($tag_id); ?> -

+

@@ -241,11 +241,10 @@ function extra_tag_fields( $tag ) {