Changeset 7911 for trunk/wp-admin/includes/taxonomy.php
- Timestamp:
- 05/08/2008 07:19:58 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/taxonomy.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/taxonomy.php
r7483 r7911 48 48 return 0; 49 49 50 return wp_delete_term($cat_ID, 'category', "default=$default");50 return wp_delete_term($cat_ID, 'category', array('default' => $default)); 51 51 } 52 52
Note: See TracChangeset
for help on using the changeset viewer.