Ticket #22035: 22035.diff
File 22035.diff, 503 bytes (added by , 12 years ago) |
---|
-
wp-includes/rewrite.php
1528 1528 // Old feed and service files 1529 1529 $deprecated_files = array( 1530 1530 '.*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\.php$' => $this->index . '?feed=old', 1531 '.*wp-app\.php $' => $this->index . '?error=403',1531 '.*wp-app\.php(/.*)?$' => $this->index . '?error=403', 1532 1532 ); 1533 1533 1534 1534 // Registration rules