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/edit-form-blocks.php

    r45742 r45932  
    176176);
    177177
    178 /* Translators: Use this to specify the CSS font family for the default font */
     178/* translators: Use this to specify the CSS font family for the default font. */
    179179$locale_font_family = esc_html_x( 'Noto Serif', 'CSS Font Family for Editor Font' );
    180180$styles[]           = array(
Note: See TracChangeset for help on using the changeset viewer.