Changeset 12662 for trunk/wp-admin/includes/taxonomy.php
- Timestamp:
- 01/08/2010 05:58:13 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/taxonomy.php
r11204 r12662 49 49 */ 50 50 function wp_create_category( $cat_name, $parent = 0 ) { 51 if ( $id = category_exists($cat_name ) )51 if ( $id = category_exists($cat_name, $parent) ) 52 52 return $id; 53 53
Note: See TracChangeset
for help on using the changeset viewer.