Changes between Initial Version and Version 1 of Ticket #30780, comment 5
- Timestamp:
- 12/19/2014 04:32:13 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30780, comment 5
initial v1 35 35 'parent' => $the_parent, 36 36 ); 37 $siblings_with_the_same_slug = get_terms( $term->taxonomy, $args );37 $siblings_with_the_same_slug = get_terms( $term->taxonomy, $args ); 38 38 if ( is_wp_error( $siblings_with_the_same_slug ) || empty( $siblings_with_the_same_slug ) ) { 39 39 return $slug; … … 64 64 'parent' => $the_parent, 65 65 ); 66 $siblings_with_the_same_slug = get_terms( $term->taxonomy, $args );66 $siblings_with_the_same_slug = get_terms( $term->taxonomy, $args ); 67 67 if ( is_wp_error( $siblings_with_the_same_slug ) || empty( $siblings_with_the_same_slug ) ) { 68 68 return $slug;