diff --git a/wp-includes/comment-template.php b/wp-includes/comment-template.php index 9a2064cec2..899fc26b72 100644 --- a/wp-includes/comment-template.php +++ b/wp-includes/comment-template.php @@ -1109,7 +1109,7 @@ function get_comment_time( $format = '', $gmt = false, $translate = true, $comme * Default current comment. */ function comment_time( $format = '', $comment_id = 0 ) { - echo get_comment_time( $format, $comment_id ); + echo get_comment_time( $format, false, true, $comment_id ); } /** diff --git a/wp-includes/version.php b/wp-includes/version.php index 8a83feb6c1..e39a033185 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.3-alpha-55631'; +$wp_version = '6.3-alpha-55632'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.