Ticket #33156: 33156.patch
| File 33156.patch, 544 bytes (added by , 10 years ago) |
|---|
-
wp-includes/functions.php
IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8
1244 1244 $site_url = parse_url( site_url() ); 1245 1245 $path = ( !empty( $site_url['path'] ) ) ? $site_url['path'] : ''; 1246 1246 $output .= "Disallow: $path/wp-admin/\n"; 1247 $output .= "Allow: $path/wp-admin/admin-ajax.php\n"; 1247 1248 } 1248 1249 1249 1250 /**