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/rest-api/endpoints/class-wp-rest-search-controller.php

    r45811 r45932  
    7070            if ( ! $search_handler instanceof WP_REST_Search_Handler ) {
    7171
    72                 /* translators: %s: PHP class name */
     72                /* translators: %s: PHP class name. */
    7373                _doing_it_wrong( __METHOD__, sprintf( __( 'REST search handlers must extend the %s class.' ), 'WP_REST_Search_Handler' ), '5.0.0' );
    7474                continue;
Note: See TracChangeset for help on using the changeset viewer.