Changeset 25384 for trunk/src/wp-includes/taxonomy.php
- Timestamp:
- 09/12/2013 05:08:33 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r25351 r25384 1239 1239 $args['number'] = absint( $args['number'] ); 1240 1240 $args['offset'] = absint( $args['offset'] ); 1241 if ( !$single_taxonomy || ! is_taxonomy_hierarchical($taxonomies[0]) ||1241 if ( !$single_taxonomy || ! is_taxonomy_hierarchical( reset( $taxonomies ) ) || 1242 1242 '' !== $args['parent'] ) { 1243 1243 $args['child_of'] = 0;
Note: See TracChangeset
for help on using the changeset viewer.