Changeset 8286
- Timestamp:
- 02/20/2019 12:12:56 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/functions.php
r8092 r8286 36 36 } 37 37 } 38 39 /** 40 * Outputs a 'noindex,follow' meta tag for search results. 41 */ 42 function no_robots_search_results() { 43 if ( is_search() ) { 44 wp_no_robots(); 45 } 46 } 47 add_action( 'wp_head', __NAMESPACE__ . '\no_robots_search_results', 9 ); 38 48 39 49 /**
Note: See TracChangeset
for help on using the changeset viewer.