Changeset 12662
- Timestamp:
- 01/08/2010 05:58:13 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/taxonomy.php (modified) (1 diff)
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)