Changeset 18538
- Timestamp:
- 08/11/2011 11:45:02 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/rewrite.php
r17929 r18538 1501 1501 // Default Feed rules - These are require to allow for the direct access files to work with permalink structure starting with %category% 1502 1502 $default_feeds = array( '.*wp-atom.php$' => $this->index . '?feed=atom', 1503 '.*wp-rdf.php$' => $this->index . '?feed=r df',1504 '.*wp-rss.php$' => $this->index . '?feed=rss ',1503 '.*wp-rdf.php$' => $this->index . '?feed=rss2', 1504 '.*wp-rss.php$' => $this->index . '?feed=rss2', 1505 1505 '.*wp-rss2.php$' => $this->index . '?feed=rss2', 1506 1506 '.*wp-feed.php$' => $this->index . '?feed=feed',
Note: See TracChangeset
for help on using the changeset viewer.