Changeset 6147 for trunk/wp-admin/import/wp-cat2tag.php
- Timestamp:
- 09/21/2007 03:04:13 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import/wp-cat2tag.php
r6080 r6147 49 49 50 50 foreach ($this->all_categories as $category) { 51 $category = sanitize_term( $category, 'category', 'display' ); 52 51 53 if ((int) $category->parent == 0) { 52 54 print '<li><label><input type="checkbox" name="cats_to_convert[]" value="' . intval($category->term_id) . '" /> ' . $category->name . ' (' . $category->count . ')</label>';
Note: See TracChangeset
for help on using the changeset viewer.