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:
parent
18d069703b
commit
c45a47efdd
@ -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";
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user