diff --git a/wp-includes/class-walker-comment.php b/wp-includes/class-walker-comment.php index eac430112e..92115714ad 100644 --- a/wp-includes/class-walker-comment.php +++ b/wp-includes/class-walker-comment.php @@ -301,7 +301,7 @@ class Walker_Comment extends Walker { if ( $commenter['comment_author_email'] ) { $moderation_note = __( 'Your comment is awaiting moderation.' ); } else { - $moderation_note = __( 'Your comment is awaiting moderation. This is a preview, your comment will be visible after it has been approved.' ); + $moderation_note = __( 'Your comment is awaiting moderation. This is a preview; your comment will be visible after it has been approved.' ); } ?> < has_children ? 'parent' : '', $comment ); ?> id="comment-"> @@ -399,7 +399,7 @@ class Walker_Comment extends Walker { if ( $commenter['comment_author_email'] ) { $moderation_note = __( 'Your comment is awaiting moderation.' ); } else { - $moderation_note = __( 'Your comment is awaiting moderation. This is a preview, your comment will be visible after it has been approved.' ); + $moderation_note = __( 'Your comment is awaiting moderation. This is a preview; your comment will be visible after it has been approved.' ); } ?> < id="comment-" has_children ? 'parent' : '', $comment ); ?>> diff --git a/wp-includes/version.php b/wp-includes/version.php index 7d6aeaebde..8d08e645fa 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.6-alpha-48823'; +$wp_version = '5.6-alpha-48824'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.