Make WordPress Core


Ignore:
Timestamp:
12/07/2021 10:48:54 PM (3 years ago)
Author:
audrasjb
Message:

Coding Standards: Correct alignment in blocks.php and class-wp-rest-templates-controller.

See #53359.

File:
1 edited

Legend:

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

    r52332 r52345  
    343343     */
    344344    public function create_item( $request ) {
    345         $prepared_post            = $this->prepare_item_for_database( $request );
     345        $prepared_post = $this->prepare_item_for_database( $request );
    346346
    347347        if ( is_wp_error( $prepared_post ) ) {
     
    858858                    'readonly'    => true,
    859859                ),
    860                 'author' => array(
     860                'author'         => array(
    861861                    'description' => __( 'The ID for the author of the template.' ),
    862862                    'type'        => 'integer',
Note: See TracChangeset for help on using the changeset viewer.