- Timestamp:
- 03/10/2023 07:02:34 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/taxonomy.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/taxonomy.php
r55190 r55511 189 189 $cat_id = (int) $catarr['cat_ID']; 190 190 191 if ( isset( $catarr['category_parent'] ) && ( $cat_id == $catarr['category_parent'] ) ) {191 if ( isset( $catarr['category_parent'] ) && ( $cat_id === (int) $catarr['category_parent'] ) ) { 192 192 return false; 193 193 }
Note: See TracChangeset
for help on using the changeset viewer.