Changeset 56549 for trunk/src/wp-includes/class-wp-comment-query.php
- Timestamp:
- 09/09/2023 09:26:01 AM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-comment-query.php
r55988 r56549 1080 1080 } 1081 1081 1082 $level++;1082 ++$level; 1083 1083 $levels[ $level ] = $child_ids; 1084 1084 } while ( $child_ids );
Note: See TracChangeset
for help on using the changeset viewer.