Changeset 50565 for trunk/src/wp-includes/taxonomy.php
- Timestamp:
- 03/23/2021 01:53:50 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r50562 r50565 4476 4476 $termlink = home_url( $termlink ); 4477 4477 } else { 4478 if ( $t->rewrite['hierarchical']) {4478 if ( ! empty( $t->rewrite['hierarchical'] ) ) { 4479 4479 $hierarchical_slugs = array(); 4480 4480 $ancestors = get_ancestors( $term->term_id, $taxonomy, 'taxonomy' );
Note: See TracChangeset
for help on using the changeset viewer.