Make WordPress Core

Ticket #8176: 8176..diff

File 8176..diff, 903 bytes (added by DD32, 17 years ago)
  • wp-includes/rewrite.php

     
    15181518                }
    15191519
    15201520                // robots.txt
    1521                 $robots_rewrite = array('robots.txt$' => $this->index . '?robots=1');
     1521                $robots_rewrite = array('robots\.txt$' => $this->index . '?robots=1');
    15221522
    15231523                //Default Feed rules - These are require to allow for the direct access files to work with permalink structure starting with %category%
    15241524                $default_feeds = array( '.*wp-atom.php$'        =>      $this->index .'?feed=atom',
  • wp-includes/version.php

     
    1515 *
    1616 * @global int $wp_db_version
    1717 */
    18 $wp_db_version = 9300;
     18$wp_db_version = 9621;
    1919
    2020?>