Make WordPress Core


Ignore:
Timestamp:
09/03/2019 12:39:13 AM (5 years ago)
Author:
SergeyBiryukov
Message:

I18N: Capitalize translator comments consistently, add trailing punctuation.

Includes minor code layout fixes.

See #44360.

File:
1 edited

Legend:

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

    r45825 r45932  
    35373537                $messages[] = esc_html( $anon_message );
    35383538            } else {
    3539                 /* translators: %d: Comment ID */
     3539                /* translators: %d: Comment ID. */
    35403540                $messages[] = sprintf( __( 'Comment %d contains personal data but could not be anonymized.' ), $comment_id );
    35413541            }
Note: See TracChangeset for help on using the changeset viewer.