Changeset 47808 for trunk/src/wp-admin/includes/taxonomy.php
- Timestamp:
- 05/16/2020 06:40:52 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/taxonomy.php
r47122 r47808 130 130 $catarr = wp_parse_args( $catarr, $cat_defaults ); 131 131 132 if ( trim( $catarr['cat_name'] ) == '') {132 if ( '' === trim( $catarr['cat_name'] ) ) { 133 133 if ( ! $wp_error ) { 134 134 return 0;
Note: See TracChangeset
for help on using the changeset viewer.