root/tags/1.2.2/wp-atom.php

Revision 899, 128 bytes (checked in by donncha, 2 years ago)

WP Merge to 4929

  • Property svn:eol-style set to native
Line 
1 <?php
2
3 if (empty($wp)) {
4     require_once('wp-config.php');
5     wp('feed=atom');
6 }
7
8 require (ABSPATH . WPINC . '/feed-atom.php');
9
10 ?>
11
Note: See TracBrowser for help on using the browser.