File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -510,7 +510,7 @@ private static function get_wp_server(): array {
510510 $ robotstxt_debug = true ;
511511
512512 /* translators: %s: robots.txt */
513- $ robotstxt_string = sprintf ( __ ( 'There is a static %s file in your installation folder. WordPress can not dynamicly serve one. ' ), 'robots.txt ' );
513+ $ robotstxt_string = sprintf ( __ ( 'There is a static %s file in your installation folder. WordPress cannot dynamically serve one. ' ), 'robots.txt ' );
514514 } elseif ( got_url_rewrite () ) {
515515 // No robots.txt file available and rewrite rules in place, turn debug info to false.
516516 $ robotstxt_debug = false ;
@@ -522,9 +522,10 @@ private static function get_wp_server(): array {
522522 $ robotstxt_debug = true ;
523523
524524 /* translators: %s: robots.txt */
525- $ robotstxt_string = sprintf ( __ ( 'WordPress can not dynamicly serve a %s file due to a lack of rewrite rule support ' ), 'robots.txt ' );
525+ $ robotstxt_string = sprintf ( __ ( 'WordPress cannot dynamically serve a %s file due to a lack of rewrite rule support ' ), 'robots.txt ' );
526526
527527 }
528+
528529 $ fields ['static_robotstxt_file ' ] = array (
529530 'label ' => __ ( 'robots.txt ' ),
530531 'value ' => $ robotstxt_string ,
You can’t perform that action at this time.
0 commit comments