Changeset 7072 for trunk/wp-admin/import/wordpress.php
- Timestamp:
- 02/27/2008 10:05:50 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import/wordpress.php
r7065 r7072 741 741 $wp_import = new WP_Import(); 742 742 743 register_importer('wordpress', 'WordPress', __('Import <strong>posts, comments, custom fields, pages, and categories</strong> from a WordPress export file '), array ($wp_import, 'dispatch'));743 register_importer('wordpress', 'WordPress', __('Import <strong>posts, comments, custom fields, pages, and categories</strong> from a WordPress export file.'), array ($wp_import, 'dispatch')); 744 744 745 745 ?>
Note: See TracChangeset
for help on using the changeset viewer.