Changeset 15928
- Timestamp:
- 10/23/2010 12:17:33 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-links-opml.php
r15926 r15928 13 13 */ 14 14 15 if ( empty($wp) ) { 16 require_once('./wp-load.php'); 17 wp(); 18 } 15 require_once('./wp-load.php'); 19 16 20 17 header('Content-Type: text/xml; charset=' . get_option('blog_charset'), true);
Note: See TracChangeset
for help on using the changeset viewer.