Make WordPress Core


Ignore:
Timestamp:
09/03/2019 12:39:13 AM (6 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-block-renderer-controller.php

    r45811 r45932  
    5757                            'context'    => $this->get_context_param( array( 'default' => 'view' ) ),
    5858                            'attributes' => array(
    59                                 /* translators: %s is the name of the block */
     59                                /* translators: %s: The name of the block. */
    6060                                'description'          => sprintf( __( 'Attributes for %s block' ), $block_type->name ),
    6161                                'type'                 => 'object',
Note: See TracChangeset for help on using the changeset viewer.