- Timestamp:
- 12/09/2023 10:11:45 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php
r56747 r57176 1092 1092 $data['content'] = array( 1093 1093 /** This filter is documented in wp-includes/comment-template.php */ 1094 'rendered' => apply_filters( 'comment_text', $comment->comment_content, $comment ),1094 'rendered' => apply_filters( 'comment_text', $comment->comment_content, $comment, array() ), 1095 1095 'raw' => $comment->comment_content, 1096 1096 );
Note: See TracChangeset
for help on using the changeset viewer.