Changeset 8645 for trunk/wp-admin/import/wp-cat2tag.php
- Timestamp:
- 08/14/2008 06:30:38 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import/wp-cat2tag.php
r8600 r8645 1 1 <?php 2 2 /** 3 * WordPress Categories to Tags Converter. 4 * 5 * @package WordPress 6 * @subpackage Importer 7 */ 8 9 /** 10 * WordPress categories to tags converter class. 11 * 12 * Will convert WordPress categories to tags, removing the category after the 13 * process is complete and updating all posts to switch to the tag. 14 * 15 * @since unknown 16 */ 3 17 class WP_Categories_to_Tags { 4 18 var $categories_to_convert = array();
Note: See TracChangeset
for help on using the changeset viewer.