Changeset 9650
- Timestamp:
- 11/12/2008 11:04:43 PM (17 years ago)
- Location:
- trunk/wp-includes
- Files:
-
- 2 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% -
trunk/wp-includes/version.php
r9638 r9650 16 16 * @global int $wp_db_version 17 17 */ 18 $wp_db_version = 9 300;18 $wp_db_version = 9621; 19 19 20 20 ?>
Note: See TracChangeset
for help on using the changeset viewer.