Changeset 13072
- Timestamp:
- 12/20/2023 02:09:03 AM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/functions.php
r12278 r13072 54 54 function no_robots( $noindex ) { 55 55 if ( is_tax( 'mentions' ) ) { 56 $noindex = true; 57 } 58 59 // This is used by https://github.com/WordPress/phpunit-test-reporter/blob/master/src/class-display.php on the test reporter page 60 if ( isset( $_GET['rpage'] ) ) { 56 61 $noindex = true; 57 62 }
Note: See TracChangeset
for help on using the changeset viewer.