Changes from branches/2.8/wp-admin/link-parse-opml.php at r11683 to trunk/wp-admin/link-parse-opml.php at r10175
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/link-parse-opml.php
r11683 r10175 7 7 */ 8 8 9 if ( ! defined('ABSPATH') ) 10 die();9 /** Load WordPress Bootstrap */ 10 require_once('../wp-load.php'); 11 11 12 12 global $opml, $map;
Note: See TracChangeset
for help on using the changeset viewer.