Changeset 4534
- Timestamp:
- 11/26/2006 06:00:53 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/admin-db.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-db.php
r4528 r4534 109 109 110 110 $category_parent = (int) $category_parent; 111 if ( empty($category_parent) || !get_category( $category_parent ) || ($cat_ID && _cat_is_ancestor_of($cat_ID, $category_parent) ) )111 if ( empty($category_parent) || !get_category( $category_parent ) || ($cat_ID && cat_is_ancestor_of($cat_ID, $category_parent) ) ) 112 112 $category_parent = 0; 113 113
Note: See TracChangeset
for help on using the changeset viewer.