Changeset 56710 for trunk/src/wp-includes/blocks/comment-template.php
- Timestamp:
- 09/26/2023 02:20:18 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/blocks/comment-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/comment-template.php
r56298 r56710 29 29 foreach ( $comments as $comment ) { 30 30 $comment_id = $comment->comment_ID; 31 $filter_block_context = static function ( $context ) use ( $comment_id ) {31 $filter_block_context = static function ( $context ) use ( $comment_id ) { 32 32 $context['commentId'] = $comment_id; 33 33 return $context;
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)