From 13e11bee318df1caf641b22ee96947440112ef83 Mon Sep 17 00:00:00 2001 From: anilj Date: Tue, 21 Aug 2018 19:17:01 +0530 Subject: [PATCH] People Shema name changed to Person --- admin/css/admin.css | 5 ++++- admin/index.php | 6 +++--- meta-boxes.php | 4 ++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/admin/css/admin.css b/admin/css/admin.css index 5797ff8..7296db8 100644 --- a/admin/css/admin.css +++ b/admin/css/admin.css @@ -96,7 +96,7 @@ html{ display:block !important;} padding-top: 20px; } .schema-type-col-2 { - width: 20%; + width: 25%; } .schema-types li { list-style-type: disc; @@ -351,4 +351,7 @@ span.bsf-tooltiptext:after { div#tab-5 { margin-top: -300px; padding-bottom: 300px; +} +div#tab-5 div#postbox-container-17 { + border: 2px solid #e5e5e5; } \ No newline at end of file diff --git a/admin/index.php b/admin/index.php index 37c0020..9ec36bb 100644 --- a/admin/index.php +++ b/admin/index.php @@ -558,7 +558,7 @@ function rich_snippet_dashboard() {
  • Event
  • -
  • People
  • +
  • Person
  • Product
  • @@ -832,7 +832,7 @@ function rich_snippet_dashboard() {
    -
    +

    '.__("WooCommerce Configuration","rich-snippets").'

    @@ -1172,7 +1172,7 @@ function (response) { function get_support() { $html = ' -
    +

    '.__("Get in touch with the Plugin Developers","rich-snippets").'

    diff --git a/meta-boxes.php b/meta-boxes.php index 66e3be9..416d538 100644 --- a/meta-boxes.php +++ b/meta-boxes.php @@ -42,7 +42,7 @@ function bsf_metaboxes( array $meta_boxes ) { array( 'name' => __('Select what this post is about','rich-snippets'), 'value' => '0', ), array( 'name' => __('Item Review','rich-snippets'), 'value' => '1', ), array( 'name' => __('Event','rich-snippets'), 'value' => '2', ), - array( 'name' => __('People','rich-snippets'), 'value' => '5', ), + array( 'name' => __('Person','rich-snippets'), 'value' => '5', ), array( 'name' => __('Product','rich-snippets'), 'value' => '6', ), array( 'name' => __('Recipe','rich-snippets'), 'value' => '7', ), array( 'name' => __('Software Application','rich-snippets'), 'value' => '8', ), @@ -268,7 +268,7 @@ function bsf_metaboxes( array $meta_boxes ) { ), // Meta Settings for People array( - 'name' => __('Rich Snippets - People','rich-snippets'), + 'name' => __('Rich Snippets - Person','rich-snippets'), 'desc' => __('Please provide the following information.','rich-snippets'), 'id' => $prefix . 'people', 'class' => 'people',