Make WordPress Core


Ignore:
Timestamp:
09/03/2019 12:39:13 AM (7 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/network/site-users.php

    r45599 r45932  
    198198add_screen_option( 'per_page' );
    199199
    200 /* translators: %s: site name */
     200/* translators: %s: Site title. */
    201201$title = sprintf( __( 'Edit Site: %s' ), esc_html( $details->blogname ) );
    202202
Note: See TracChangeset for help on using the changeset viewer.