Changeset 19596 for trunk/wp-admin/link-parse-opml.php
- Timestamp:
- 12/14/2011 05:36:38 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/link-parse-opml.php
r16660 r19596 12 12 global $opml, $map; 13 13 14 // columns we wish to find are: 14 // columns we wish to find are: link_url, link_name, link_target, link_description 15 15 // we need to map XML attribute names to our columns 16 16 $opml_map = array('URL' => 'link_url',
Note: See TracChangeset
for help on using the changeset viewer.