Changeset 51657 for trunk/tests/phpunit/tests/robots.php
- Timestamp:
- 08/26/2021 12:57:08 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/robots.php
r51568 r51657 44 44 add_filter( 45 45 'wp_robots', 46 function( array $robots ) {46 static function( array $robots ) { 47 47 // Directives that should have values must use strings. 48 48 $robots['directive-with-value'] = 'yes';
Note: See TracChangeset
for help on using the changeset viewer.