Make WordPress Core

Changeset 9650


Ignore:
Timestamp:
11/12/2008 11:04:43 PM (17 years ago)
Author:
ryan
Message:

Escape dot in robots rewrite rule. Props Jean-LucfromBrussels and DD32. fixes #8176

Location:
trunk/wp-includes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/rewrite.php

    r9516 r9650  
    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%
  • trunk/wp-includes/version.php

    r9638 r9650  
    1616 * @global int $wp_db_version
    1717 */
    18 $wp_db_version = 9300;
     18$wp_db_version = 9621;
    1919
    2020?>
Note: See TracChangeset for help on using the changeset viewer.