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-settings-controller.php

    r45926 r45932  
    191191                    return new WP_Error(
    192192                        'rest_invalid_stored_value',
    193                         /* translators: %s: property name */
     193                        /* translators: %s: Property name. */
    194194                        sprintf( __( 'The %s property has an invalid stored value, and cannot be updated to null.' ), $name ),
    195195                        array( 'status' => 500 )
Note: See TracChangeset for help on using the changeset viewer.