← All changes
|
includes/abilities/settings/class-get-robots-txt.php
+1
-1
2.1.0
→
2.9.0
View file →
| @@ -25,9 +25,9 @@ | ||
| 25 | 25 | */ |
| 26 | 26 | public function __construct() { |
| 27 | 27 | $this->id = 'thinkrank/get-robots-txt'; |
| 28 | 28 | $this->label = __( 'Get ThinkRank Robots.txt', 'thinkrank' ); |
| 29 | - $this->description = __( 'Retrieve the ThinkRank robots.txt: both the stored custom override (may be empty) and the "rendered" content actually served to crawlers, which includes the auto-generated default rules when no override is set.', 'thinkrank' ); | |
| 29 | + $this->description = __( 'Retrieve the ThinkRank robots.txt: both the stored custom override (may be empty) and the "rendered" content actually served to crawlers, which includes the auto-generated default rules when no override is set. Use update-robots-txt to replace it.', 'thinkrank' ); | |
| 30 | 30 | } |
| 31 | 31 | |
| 32 | 32 | /** |
| 33 | 33 | * {@inheritDoc} |