From 67599cacdcdaa97c90503da131f0c8dab080adbf Mon Sep 17 00:00:00 2001 From: Piet Bos Date: Mon, 25 Sep 2017 16:00:18 +0000 Subject: [PATCH] show what's new on settings page --- includes/class-so-clean-up-wp-seo-settings.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/class-so-clean-up-wp-seo-settings.php b/includes/class-so-clean-up-wp-seo-settings.php index 3d22ffc..381a11a 100644 --- a/includes/class-so-clean-up-wp-seo-settings.php +++ b/includes/class-so-clean-up-wp-seo-settings.php @@ -211,7 +211,7 @@ private function settings_fields() { ), array( 'id' => 'hide_upsell_metabox_socialtab', - 'label' => __( 'NEW: 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'], @@ -257,7 +257,7 @@ private function settings_fields() { ), array( 'id' => 'hide_issue_counter', - 'label' => __( 'Issue Counter', 'so-clean-up-wp-seo' ), + 'label' => __( 'MODIFIED: 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'],