Changeset 56549 for trunk/src/wp-includes/class-walker-comment.php
- Timestamp:
- 09/09/2023 09:26:01 AM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-walker-comment.php
r56548 r56549 175 175 $comment = $data_object; 176 176 177 $depth++;177 ++$depth; 178 178 $GLOBALS['comment_depth'] = $depth; 179 179 $GLOBALS['comment'] = $comment;
Note: See TracChangeset
for help on using the changeset viewer.