Make WordPress Core

Changeset 48824


Ignore:
Timestamp:
08/19/2020 02:25:13 AM (6 years ago)
Author:
SergeyBiryukov
Message:

Comments: Correct punctuation in "Your comment is awaiting moderation" string in Walker_Comment.

Props llizard.
See #49867.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-walker-comment.php

    r47889 r48824  
    302302                        $moderation_note = __( 'Your comment is awaiting moderation.' );
    303303                } else {
    304                         $moderation_note = __( 'Your comment is awaiting moderation. This is a preview, your comment will be visible after it has been approved.' );
     304                        $moderation_note = __( 'Your comment is awaiting moderation. This is a preview; your comment will be visible after it has been approved.' );
    305305                }
    306306                ?>
     
    400400                        $moderation_note = __( 'Your comment is awaiting moderation.' );
    401401                } else {
    402                         $moderation_note = __( 'Your comment is awaiting moderation. This is a preview, your comment will be visible after it has been approved.' );
     402                        $moderation_note = __( 'Your comment is awaiting moderation. This is a preview; your comment will be visible after it has been approved.' );
    403403                }
    404404                ?>
Note: See TracChangeset for help on using the changeset viewer.