← All changes
|
includes/abilities/settings/class-get-schema-settings.php
+2
-2
1.30.0
→
2.9.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} |
| @@ -153,9 +153,9 @@ | ||
| 153 | 153 | public function get_input_schema() { |
| 154 | 154 | return [ |
| 155 | 155 | 'type' => 'object', |
| 156 | 156 | 'additionalProperties' => false, |
| 157 | - 'properties' => [], | |
| 157 | + 'properties' => self::empty_properties(), | |
| 158 | 158 | ]; |
| 159 | 159 | } |
| 160 | 160 | |
| 161 | 161 | /** |