diff --git a/wp-includes/blocks/latest-comments.php b/wp-includes/blocks/latest-comments.php index cc0c234ec4..d68e89a152 100644 --- a/wp-includes/blocks/latest-comments.php +++ b/wp-includes/blocks/latest-comments.php @@ -41,8 +41,8 @@ function wp_latest_comments_draft_or_post_title( $post = 0 ) { * @return string Returns the post content with latest comments added. */ function render_block_core_latest_comments( $attributes = array() ) { + // This filter is documented in wp-includes/widgets/class-wp-widget-recent-comments.php. $comments = get_comments( - // This filter is documented in wp-includes/widgets/class-wp-widget-recent-comments.php. apply_filters( 'widget_comments_args', array( diff --git a/wp-includes/version.php b/wp-includes/version.php index 1f4acef111..bf0c34679d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.4-alpha-46604'; +$wp_version = '5.4-alpha-46605'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.