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 ) {