Changeset 7072 for trunk/wp-admin/import/dotclear.php
- Timestamp:
- 02/27/2008 10:05:50 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/import/dotclear.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import/dotclear.php
r7000 r7072 743 743 744 744 $dc_import = new Dotclear_Import(); 745 register_importer('dotclear', __('DotClear'), __('Import categories, users, posts, comments, and links from a DotClear blog '), array ($dc_import, 'dispatch'));745 register_importer('dotclear', __('DotClear'), __('Import categories, users, posts, comments, and links from a DotClear blog.'), array ($dc_import, 'dispatch')); 746 746 ?>
Note: See TracChangeset
for help on using the changeset viewer.