Make WordPress Core

Changeset 28794


Ignore:
Timestamp:
06/20/2014 09:01:29 PM (10 years ago)
Author:
nacin
Message:

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

props joostdevalk.
fixes #28604.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/functions.php

    r28717 r28794  
    11651165        $path = ( !empty( $site_url['path'] ) ) ? $site_url['path'] : '';
    11661166        $output .= "Disallow: $path/wp-admin/\n";
    1167         $output .= "Disallow: $path/wp-includes/\n";
    11681167    }
    11691168
Note: See TracChangeset for help on using the changeset viewer.