| 796 | | $default_feeds = array( 'wp-atom.php$' => $this->index .'?feed=atom', |
|---|
| 797 | | 'wp-rdf.php$' => $this->index .'?feed=rdf', |
|---|
| 798 | | 'wp-rss.php$' => $this->index .'?feed=rss', |
|---|
| 799 | | 'wp-rss2.php$' => $this->index .'?feed=rss2', |
|---|
| 800 | | 'wp-feed.php$' => $this->index .'?feed=feed', |
|---|
| 801 | | 'wp-commentsrss2.php$' => $this->index . '?feed=rss2&withcomments=1'); |
|---|
| | 796 | $default_feeds = array( '.*/wp-atom.php$' => $this->index .'?feed=atom', |
|---|
| | 797 | '.*/wp-rdf.php$' => $this->index .'?feed=rdf', |
|---|
| | 798 | '.*/wp-rss.php$' => $this->index .'?feed=rss', |
|---|
| | 799 | '.*/wp-rss2.php$' => $this->index .'?feed=rss2', |
|---|
| | 800 | '.*/wp-feed.php$' => $this->index .'?feed=feed', |
|---|
| | 801 | '.*/wp-commentsrss2.php$' => $this->index . '?feed=rss2&withcomments=1'); |
|---|