← All changes
|
includes/abilities/settings/class-get-author-archives-settings.php
+1
-1
2.1.0
→
2.9.0
View file →
| @@ -45,9 +45,9 @@ | ||
| 45 | 45 | */ |
| 46 | 46 | public function __construct() { |
| 47 | 47 | $this->id = 'thinkrank/get-author-archives-settings'; |
| 48 | 48 | $this->label = __( 'Get ThinkRank Author Archives Settings', 'thinkrank' ); |
| 49 | - $this->description = __( 'Retrieve ThinkRank author archives settings: enable/index toggles, empty-archive visibility, and the SEO title/meta description templates.', 'thinkrank' ); | |
| 49 | + $this->description = __( 'Retrieve ThinkRank author archives settings: enable/index toggles, empty-archive visibility, and the SEO title/meta description templates. Use update-author-archives-settings to change them.', 'thinkrank' ); | |
| 50 | 50 | } |
| 51 | 51 | |
| 52 | 52 | /** |
| 53 | 53 | * {@inheritDoc} |