Changeset 56559 for trunk/tests/phpunit/tests/robots.php
- Timestamp:
- 09/12/2023 03:21:02 PM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/robots.php
r55457 r56559 40 40 add_filter( 41 41 'wp_robots', 42 static function ( array $robots ) {42 static function ( array $robots ) { 43 43 // Directives that should have values must use strings. 44 44 $robots['directive-with-value'] = 'yes';
Note: See TracChangeset
for help on using the changeset viewer.