Make WordPress Core

Changeset 48613


Ignore:
Timestamp:
07/25/2020 04:39:59 PM (4 years ago)
Author:
SergeyBiryukov
Message:

I18N: Remove <code> tags in an error message in WP_REST_Posts_Controller::get_item_schema() for consistency with other strings.

Follow-up to [48610].

See #50759.

File:
1 edited

Legend:

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

    r48610 r48613  
    24312431                    /* translators: %s: register_rest_field */
    24322432                    __( 'Please use %s to add new schema properties.' ),
    2433                     '<code>register_rest_field<code>'
     2433                    'register_rest_field'
    24342434                ),
    24352435                '5.4.0'
Note: See TracChangeset for help on using the changeset viewer.