Make WordPress Core


Ignore:
Timestamp:
11/11/2020 10:39:52 AM (3 years ago)
Author:
SergeyBiryukov
Message:

I18N: Add trailing punctuation to some translator comments.

Follow-up to [49549].

See #51580.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/authorize-application.php

    r49549 r49562  
    175175                        <?php
    176176                        printf(
    177                             /* translators: %s: Application name */
     177                            /* translators: %s: Application name. */
    178178                            esc_html__( 'Your new password for %s is:' ),
    179179                            '<strong>' . esc_html( $app_name ) . '</strong>'
Note: See TracChangeset for help on using the changeset viewer.