Changeset 5210 for trunk/wp-admin/import/wp-cat2tag.php
- Timestamp:
- 04/07/2007 07:04:57 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import/wp-cat2tag.php
r5205 r5210 144 144 $this->footer(); 145 145 } 146 147 function WP_Categories_to_Tags() { 148 // Do nothing. 149 } 146 150 } 147 151 148 $wp_cat2tag_importer = new WP_Categories_to_Tags ;152 $wp_cat2tag_importer = new WP_Categories_to_Tags(); 149 153 150 154 register_importer('wp-cat2tag', __('Categories to Tags Converter'), __('Convert existing categories to tags, selectively.'), array(&$wp_cat2tag_importer, 'init'));
Note: See TracChangeset
for help on using the changeset viewer.