Ticket #8176: 8176..diff
File 8176..diff, 903 bytes (added by , 17 years ago) |
---|
-
wp-includes/rewrite.php
1518 1518 } 1519 1519 1520 1520 // robots.txt 1521 $robots_rewrite = array('robots .txt$' => $this->index . '?robots=1');1521 $robots_rewrite = array('robots\.txt$' => $this->index . '?robots=1'); 1522 1522 1523 1523 //Default Feed rules - These are require to allow for the direct access files to work with permalink structure starting with %category% 1524 1524 $default_feeds = array( '.*wp-atom.php$' => $this->index .'?feed=atom', -
wp-includes/version.php
15 15 * 16 16 * @global int $wp_db_version 17 17 */ 18 $wp_db_version = 9 300;18 $wp_db_version = 9621; 19 19 20 20 ?>