Changeset 60661 for trunk/src/wp-includes/class-wp-term-query.php
- Timestamp:
- 08/26/2025 05:24:06 PM (11 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-term-query.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-term-query.php
r59325 r60661 850 850 foreach ( $children as $child_id ) { 851 851 $child = get_term( $child_id, $term->taxonomy ); 852 if ( $child->count ) { 852 853 if ( $child instanceof WP_Term && $child->count ) { 853 854 continue 2; 854 855 }
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)