← All changes
|
includes/abilities/settings/class-get-image-seo-settings.php
+1
-1
2.1.0
→
2.9.0
View file →
| @@ -47,9 +47,9 @@ | ||
| 47 | 47 | */ |
| 48 | 48 | public function __construct() { |
| 49 | 49 | $this->id = 'thinkrank/get-image-seo-settings'; |
| 50 | 50 | $this->label = __( 'Get ThinkRank Image SEO Settings', 'thinkrank' ); |
| 51 | - $this->description = __( 'Retrieve ThinkRank image SEO settings, which control automatic alt/title injection, the token-based formats used to generate them, and whether generated alt text is persisted to the Media Library.', 'thinkrank' ); | |
| 51 | + $this->description = __( 'Retrieve ThinkRank image SEO settings, which control automatic alt/title injection, the token-based formats used to generate them, and whether generated alt text is persisted to the Media Library. Use update-image-seo-settings to change them.', 'thinkrank' ); | |
| 52 | 52 | } |
| 53 | 53 | |
| 54 | 54 | /** |
| 55 | 55 | * {@inheritDoc} |