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/query.php

    r45926 r45932  
    864864    if ( 'pre_get_posts' === current_filter() ) {
    865865        $message = sprintf(
    866             /* translators: 1: pre_get_posts, 2: WP_Query->is_main_query(), 3: is_main_query(), 4: link to codex is_main_query() page. */
     866            /* translators: 1: pre_get_posts, 2: WP_Query->is_main_query(), 3: is_main_query(), 4: Link to codex is_main_query() page. */
    867867            __( 'In %1$s, use the %2$s method, not the %3$s function. See %4$s.' ),
    868868            '<code>pre_get_posts</code>',
Note: See TracChangeset for help on using the changeset viewer.