Changeset 48825 for trunk/src/wp-content/themes/twentytwelve/functions.php
- Timestamp:
- 08/19/2020 02:25:46 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwelve/functions.php
r48067 r48825 452 452 $moderation_note = __( 'Your comment is awaiting moderation.', 'twentytwelve' ); 453 453 } else { 454 $moderation_note = __( 'Your comment is awaiting moderation. This is a preview ,your comment will be visible after it has been approved.', 'twentytwelve' );454 $moderation_note = __( 'Your comment is awaiting moderation. This is a preview; your comment will be visible after it has been approved.', 'twentytwelve' ); 455 455 } 456 456 ?>
Note: See TracChangeset
for help on using the changeset viewer.