Changeset 10989
- Timestamp:
- 05/21/2021 01:10:17 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/mu-plugins/pub/wporg-robots.php
r10840 r10989 24 24 // WordPress.org/search/ should not be indexed. 25 25 $robots .= "\nUser-agent: *\n" . 26 "Disallow: /search\n"; 26 "Disallow: /search\n" . 27 "Disallow: /?s="; 27 28 28 29 } elseif ( 's-origin.wordpress.org' === $blog_details->domain ) {
Note: See TracChangeset
for help on using the changeset viewer.