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/customize/class-wp-customize-nav-menu-control.php

    r44772 r45932  
    4343            <?php
    4444            printf(
    45                 /* translators: %s: "Add Items" button text */
     45                /* translators: %s: "Add Items" button text. */
    4646                __( 'Time to add some links! Click &#8220;%s&#8221; to start putting pages, categories, and custom links in your menu. Add as many things as you&#8217;d like.' ),
    4747                $add_items
Note: See TracChangeset for help on using the changeset viewer.