← All changes
|
includes/abilities/settings/class-get-schema-settings.php
+1
-1
2.1.0
→
2.8.0
View file →
| @@ -102,9 +102,9 @@ | ||
| 102 | 102 | */ |
| 103 | 103 | public function __construct() { |
| 104 | 104 | $this->id = 'thinkrank/get-schema-settings'; |
| 105 | 105 | $this->label = __( 'Get ThinkRank Schema Settings', 'thinkrank' ); |
| 106 | - $this->description = __( 'Retrieve ThinkRank structured-data (schema) settings, including organization, website, local business, and person markup.', 'thinkrank' ); | |
| 106 | + $this->description = __( 'Retrieve ThinkRank structured-data (schema) settings, including organization, website, local business, and person markup. Use update-schema-settings to change them.', 'thinkrank' ); | |
| 107 | 107 | } |
| 108 | 108 | |
| 109 | 109 | /** |
| 110 | 110 | * {@inheritDoc} |