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-content/themes/twentyfourteen/inc/featured-content.php

    r45768 r45932  
    381381                'title'          => __( 'Featured Content', 'twentyfourteen' ),
    382382                'description'    => sprintf(
    383                     /* translators: 1: featured tag editor URL, 2: post editor URL */
     383                    /* translators: 1: Featured tag editor URL, 2: Post editor URL. */
    384384                    __( 'Use a <a href="%1$s">tag</a> to feature your posts. If no posts match the tag, <a href="%2$s">sticky posts</a> will be displayed instead.', 'twentyfourteen' ),
    385385                    esc_url( add_query_arg( 'tag', _x( 'featured', 'featured content default tag slug', 'twentyfourteen' ), admin_url( 'edit.php' ) ) ),
Note: See TracChangeset for help on using the changeset viewer.