Changeset 34985
- Timestamp:
- 10/09/2015 05:15:01 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r34927 r34985 1250 1250 $path = ( !empty( $site_url['path'] ) ) ? $site_url['path'] : ''; 1251 1251 $output .= "Disallow: $path/wp-admin/\n"; 1252 $output .= "Allow: $path/wp-admin/admin-ajax.php\n"; 1252 1253 } 1253 1254
Note: See TracChangeset
for help on using the changeset viewer.