Changeset 59894
- Timestamp:
- 03/01/2025 12:27:21 AM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-debug-data.php
r59890 r59894 511 511 512 512 /* 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' ); 514 514 } elseif ( got_url_rewrite() ) { 515 515 // No robots.txt file available and rewrite rules in place, turn debug info to false. … … 523 523 524 524 /* 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' ); 526 527 } 525 $robotstxt_string = sprintf( __( 'WordPress cannot dynamically serve a %s file due to a lack of rewrite rule support' ), 'robots.txt' ); 526 527 } 528 528 529 $fields['static_robotstxt_file'] = array( 529 530 'label' => __( 'robots.txt' ),
Note: See TracChangeset
for help on using the changeset viewer.