Changeset 9638
- Timestamp:
- 03/27/2020 03:48:54 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/theme-directory.php
r9535 r9638 1263 1263 header( 'X-Robots-Tag: noindex' ); 1264 1264 } 1265 if ( is_search() ) { 1266 header( 'X-Robots-Tag: noindex, follow' ); 1267 } 1265 1268 } 1266 1269 add_action( 'themes_custom_feed_head', 'wporg_themes_noindex_for_feeds' );
Note: See TracChangeset
for help on using the changeset viewer.