Making WordPress.org


Ignore:
Timestamp:
05/04/2020 02:23:37 AM (6 years ago)
Author:
dd32
Message:

Theme Directory: Don't trailing slash .xml files (Sitemaps).

See #5022.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/mu-plugins/pub/wporg-robots.php

    r9072 r9818  
    5656        ) {
    5757                $robots = "Sitemap: https://{$blog_details->domain}/plugins/sitemap.xml\n" . $robots;
    58                 // $robots = "Sitemap: https://{$blog_details->domain}/themes/sitemap.xml\n" . $robots;
     58                $robots = "Sitemap: https://{$blog_details->domain}/themes/sitemap.xml\n" . $robots;
    5959        }
    6060
Note: See TracChangeset for help on using the changeset viewer.