Changeset 628 for trunk/wp-admin/link-parse-opml.php
- Timestamp:
- 12/18/2003 09:36:13 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/link-parse-opml.php
r601 r628 1 1 <?php 2 2 require_once('../wp-config.php'); 3 require_once( $abspath.$b2inc.'/functions.php');3 require_once(ABSPATH.WPINC.'/functions.php'); 4 4 5 5 // columns we wish to find are: link_url, link_name, link_target, link_description
Note: See TracChangeset
for help on using the changeset viewer.