Make WordPress Core


Ignore:
Timestamp:
09/19/2022 07:49:47 PM (3 years ago)
Author:
desrosj
Message:

Coding Standards: Various alignment fixes from composer format.

Follow up to [53874], [54097], [54110], [54155], [54162], [54184].

See #39210, #55443, #56288, #56092, #56408, #56467, #55881.

File:
1 edited

Legend:

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

    r54155 r54210  
    257257        }
    258258
    259         $schema            = $this->get_item_schema();
     259        $schema = $this->get_item_schema();
    260260        // Fields deprecated in WordPress 6.1, but left in the schema for backwards compatibility.
    261261        $deprecated_fields = array(
     
    689689                    'readonly'    => true,
    690690                ),
    691                 'keywords'         => $keywords_definition,
    692                 'example'          => $example_definition,
     691                'keywords'              => $keywords_definition,
     692                'example'               => $example_definition,
    693693            ),
    694694        );
    695695
    696696        // Properties deprecated in WordPress 6.1, but left in the schema for backwards compatibility.
    697         $deprecated_properties = array(
     697        $deprecated_properties      = array(
    698698            'editor_script' => array(
    699699                'description' => __( 'Editor script handle. DEPRECATED: Use `editor_script_handles` instead.' ),
Note: See TracChangeset for help on using the changeset viewer.