Changeset 13073 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/functions.php
- Timestamp:
- 12/20/2023 02:13:11 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
r13072 r13073 50 50 51 51 /** 52 * noindex the Mentionsarchives.52 * noindex certain archives. 53 53 */ 54 54 function no_robots( $noindex ) { … … 56 56 $noindex = true; 57 57 } 58 59 if ( get_query_var( 'o2_recent_comments' ) ) { 60 $noindex = true; 61 } 62 58 63 59 64 // This is used by https://github.com/WordPress/phpunit-test-reporter/blob/master/src/class-display.php on the test reporter page
Note: See TracChangeset
for help on using the changeset viewer.