Stop denying wp-includes/* in our default robots.txt.

props joostdevalk.
fixes #28604.


git-svn-id: https://develop.svn.wordpress.org/trunk@28794 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2014-06-20 21:01:29 +00:00
parent 18d069703b
commit c45a47efdd
1 changed files with 0 additions and 1 deletions

View File

@ -1164,7 +1164,6 @@ function do_robots() {
$site_url = parse_url( site_url() );
$path = ( !empty( $site_url['path'] ) ) ? $site_url['path'] : '';
$output .= "Disallow: $path/wp-admin/\n";
$output .= "Disallow: $path/wp-includes/\n";
}
/**