Changeset 10175
- Timestamp:
- 12/10/2008 06:43:43 PM (16 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import/opml.php
r10174 r10175 17 17 18 18 function dispatch() { 19 global $wpdb, $user_ID; 19 20 $step = $_POST['step']; 20 21 if (!$step) $step = 0; … … 102 103 } 103 104 105 global $opml, $updated_timestamp, $all_links, $map, $names, $urls, $targets, $descriptions, $feeds; 104 106 if ( isset($opml_url) && $opml_url != '' ) { 105 107 if ( $blogrolling === true ) { -
trunk/wp-admin/link-parse-opml.php
r8645 r10175 9 9 /** Load WordPress Bootstrap */ 10 10 require_once('../wp-load.php'); 11 12 global $opml, $map; 11 13 12 14 // columns we wish to find are: link_url, link_name, link_target, link_description
Note: See TracChangeset
for help on using the changeset viewer.