Skip to content

Commit

Permalink
People Shema name changed to Person
Browse files Browse the repository at this point in the history
  • Loading branch information
aniljadhavmca committed Aug 21, 2018
1 parent a383dcb commit 13e11be
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion admin/css/admin.css
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
}
6 changes: 3 additions & 3 deletions admin/index.php
Expand Up @@ -558,7 +558,7 @@ function rich_snippet_dashboard() {
<li>Event</li>
</div>
<div class="schema-type-col-2">
<li>People</li>
<li>Person</li>
<li>Product</li>
</div>
<div class="schema-type-col-2">
Expand Down Expand Up @@ -832,7 +832,7 @@ function rich_snippet_dashboard() {
</div>
<div class="postbox-container" id="bsf-postbox-container-1" >
<div id="side-sortables">
<div class="postbox bsf-woocommerce-setting">
<div class="postbox bsf-woocommerce-setting closed">
<h3 class="get_in_touch">'.__("WooCommerce Configuration","rich-snippets").'</h3>
<div class="inside">
<form id="bsf_css_editor" method="post" action="">
Expand Down Expand Up @@ -1172,7 +1172,7 @@ function (response) {
function get_support()
{
$html = '
<div class="postbox bsf-contact">
<div class="postbox bsf-contact closed">
<h3 class="get_in_touch">'.__("Get in touch with the Plugin Developers","rich-snippets").'</h3>
<div class="inside">
<form name="support" id="support_form" action="" method="post" onsubmit="return false;">
Expand Down
4 changes: 2 additions & 2 deletions meta-boxes.php
Expand Up @@ -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', ),
Expand Down Expand Up @@ -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',
Expand Down

0 comments on commit 13e11be

Please sign in to comment.