Changeset 9650 for trunk/wp-includes/rewrite.php
- Timestamp:
- 11/12/2008 11:04:43 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/rewrite.php
r9516 r9650 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%
Note: See TracChangeset
for help on using the changeset viewer.