Make WordPress Core


Ignore:
Timestamp:
08/09/2020 01:44:29 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Coding Standards: Use consistent formatting for translator comments in wp-includes/rest-api.php.

See #50767.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php

    r48613 r48765  
    23812381                    'register_taxonomy',
    23822382                    sprintf(
    2383                         /* translators: 1. The taxonomy name, 2. The property name, either 'rest_base' or 'name', 3. The conflicting value. */
     2383                        /* translators: 1: The taxonomy name, 2: The property name, either 'rest_base' or 'name', 3: The conflicting value. */
    23842384                        __( 'The "%1$s" taxonomy "%2$s" property (%3$s) conflicts with an existing property on the REST API Posts Controller. Specify a custom "rest_base" when registering the taxonomy to avoid this error.' ),
    23852385                        $taxonomy->name,
Note: See TracChangeset for help on using the changeset viewer.