Make WordPress Core


Ignore:
Timestamp:
10/20/2020 01:27:48 PM (4 years ago)
Author:
desrosj
Message:

Coding Standards: Correct some minor coding standards issues.

Introduced in [49154], [49212], [49223], and [49224].

File:
1 edited

Legend:

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

    r49224 r49225  
    367367            'type'       => 'object',
    368368            'properties' => array(
    369                 'api_version'            => array(
     369                'api_version'      => array(
    370370                    'description' => __( 'Version of block API.' ),
    371371                    'type'        => 'integer',
Note: See TracChangeset for help on using the changeset viewer.