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-admin/post.php

    r45926 r45932  
    246246        if ( $user_id ) {
    247247            $user = get_userdata( $user_id );
    248             /* translators: %s: user's display name */
     248            /* translators: %s: User's display name. */
    249249            wp_die( sprintf( __( 'You cannot move this item to the Trash. %s is currently editing.' ), $user->display_name ) );
    250250        }
Note: See TracChangeset for help on using the changeset viewer.