Changeset 9072
- Timestamp:
- 07/24/2019 04:10:03 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/mu-plugins/pub/wporg-robots.php
r9071 r9072 49 49 * Add the Plugins and Theme directory Sitemaps 50 50 * Currently disabled for Rosetta as Jetpack sitemaps aren't working there. 51 * Themes are currently disabled as there's a redirect in place breaking direct access. 51 52 */ 52 53 if ( … … 54 55 // || defined( 'WPORG_GLOBAL_NETWORK_ID' ) && WPORG_GLOBAL_NETWORK_ID === $blog_details->site_id 55 56 ) { 56 $robots = "Sitemap: https://{$blog_details->domain}/plugins/sitemap.xml\n" . 57 "Sitemap: https://{$blog_details->domain}/themes/sitemap.xml\n" . 58 $robots; 57 $robots = "Sitemap: https://{$blog_details->domain}/plugins/sitemap.xml\n" . $robots; 58 // $robots = "Sitemap: https://{$blog_details->domain}/themes/sitemap.xml\n" . $robots; 59 59 } 60 60
Note: See TracChangeset
for help on using the changeset viewer.