Make WordPress Core


Ignore:
Timestamp:
08/19/2020 02:25:46 AM (4 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/twentyten/functions.php

    r48782 r48825  
    436436                    $moderation_note = __( 'Your comment is awaiting moderation.', 'twentyten' );
    437437                } else {
    438                     $moderation_note = __( 'Your comment is awaiting moderation. This is a preview, your comment will be visible after it has been approved.', 'twentyten' );
     438                    $moderation_note = __( 'Your comment is awaiting moderation. This is a preview; your comment will be visible after it has been approved.', 'twentyten' );
    439439                }
    440440                ?>
Note: See TracChangeset for help on using the changeset viewer.