Skip to content

Commit

Permalink
show what's new on settings page
Browse files Browse the repository at this point in the history
  • Loading branch information
Piet Bos committed Sep 25, 2017
1 parent c2375f9 commit 67599ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/class-so-clean-up-wp-seo-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ private function settings_fields() {
),
array(
'id' => 'hide_upsell_metabox_socialtab',
'label' => __( '<span style="color:green;font-weight:700">NEW</span>: Upsell Notice social tab Yoast Post/Page metabox', 'so-clean-up-wp-seo' ),
'label' => __( 'Upsell Notice social tab Yoast Post/Page metabox', 'so-clean-up-wp-seo' ),
'description' => __( 'Hide the Upsell Notice in the social tab of the Yoast Post/Page metabox', 'so-clean-up-wp-seo' ),
'type' => 'checkbox',
'default' => $options['hide_upsell_metabox_socialtab'],
Expand Down Expand Up @@ -257,7 +257,7 @@ private function settings_fields() {
),
array(
'id' => 'hide_issue_counter',
'label' => __( 'Issue Counter', 'so-clean-up-wp-seo' ),
'label' => __( '<span style="color:green;font-weight:700">MODIFIED</span>: Issue Counter', 'so-clean-up-wp-seo' ),
'description' => __( 'Hide issue counter from adminbar and sidebar.', 'so-clean-up-wp-seo' ),
'type' => 'checkbox',
'default' => $options['hide_issue_counter'],
Expand Down

0 comments on commit 67599ca

Please sign in to comment.