Changeset 46607 for trunk/src/wp-includes/blocks/latest-comments.php
- Timestamp:
- 10/28/2019 03:15:51 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/latest-comments.php
r46606 r46607 42 42 */ 43 43 function render_block_core_latest_comments( $attributes = array() ) { 44 // This filter is documented in wp-includes/widgets/class-wp-widget-recent-comments.php.45 44 $comments = get_comments( 45 /** This filter is documented in wp-includes/widgets/class-wp-widget-recent-comments.php */ 46 46 apply_filters( 47 47 'widget_comments_args',
Note: See TracChangeset
for help on using the changeset viewer.