Make WordPress Core


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

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

File:
1 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%
Note: See TracChangeset for help on using the changeset viewer.