Make WordPress Core


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

Bundled Themes: Correct punctuation in "Your comment is awaiting moderation" string.

Props llizard, mayankmajeji.
Fixes #49867.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentynineteen/classes/class-twentynineteen-walker-comment.php

    r46827 r48825  
    9494                        $moderation_note = __( 'Your comment is awaiting moderation.', 'twentynineteen' );
    9595                    } else {
    96                         $moderation_note = __( 'Your comment is awaiting moderation. This is a preview, your comment will be visible after it has been approved.', 'twentynineteen' );
     96                        $moderation_note = __( 'Your comment is awaiting moderation. This is a preview; your comment will be visible after it has been approved.', 'twentynineteen' );
    9797                    }
    9898                    ?>
Note: See TracChangeset for help on using the changeset viewer.