← All changes
|
includes/abilities/settings/class-get-social-platforms-settings.php
+1
-1
2.1.0
→
2.9.0
View file →
| @@ -50,9 +50,9 @@ | ||
| 50 | 50 | */ |
| 51 | 51 | public function __construct() { |
| 52 | 52 | $this->id = 'thinkrank/get-social-platforms-settings'; |
| 53 | 53 | $this->label = __( 'Get ThinkRank Social Platform Settings', 'thinkrank' ); |
| 54 | - $this->description = __( 'Retrieve ThinkRank social platform verification settings: public platform IDs (Facebook, YouTube, WhatsApp) verbatim and sensitive site-verification codes (Pinterest, Instagram, TikTok) masked for security.', 'thinkrank' ); | |
| 54 | + $this->description = __( 'Retrieve ThinkRank social platform verification settings: public platform IDs (Facebook, YouTube, WhatsApp) verbatim and sensitive site-verification codes (Pinterest, Instagram, TikTok) masked for security. Use update-social-platforms-settings to change them.', 'thinkrank' ); | |
| 55 | 55 | } |
| 56 | 56 | |
| 57 | 57 | /** |
| 58 | 58 | * {@inheritDoc} |