Changeset 5543 for trunk/wp-admin/includes/taxonomy.php
- Timestamp:
- 05/25/2007 09:41:04 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/taxonomy.php
r5542 r5543 11 11 function get_category_to_edit( $id ) { 12 12 $category = get_category( $id ); 13 14 $category->term_id = (int) $category->term_id; 15 $category->parent = (int) $category->parent; 13 16 14 17 return $category;
Note: See TracChangeset
for help on using the changeset viewer.