Changeset 61009 for trunk/src/wp-includes/blocks/latest-comments.php
- Timestamp:
- 10/21/2025 07:11:53 AM (3 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/blocks/latest-comments.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/latest-comments.php
r58187 r61009 43 43 * @return string Returns the post content with latest comments added. 44 44 */ 45 function render_block_core_latest_comments( $attributes = array()) {45 function render_block_core_latest_comments( $attributes ) { 46 46 $comments = get_comments( 47 47 /** This filter is documented in wp-includes/widgets/class-wp-widget-recent-comments.php */
Note: See TracChangeset
for help on using the changeset viewer.