Make WordPress Core


Ignore:
Timestamp:
03/13/2021 10:23:56 AM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Add missing @since tags for item_link and item_link_description post type and taxonomy labels.

Follow-up to [50527].

See #52688.

File:
1 edited

Legend:

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

    r50527 r50529  
    363363        }
    364364
    365         //rest_validate_value_from_schema doesn't understand $refs, pull out reused definitions for readability.
     365        // rest_validate_value_from_schema doesn't understand $refs, pull out reused definitions for readability.
    366366        $inner_blocks_definition = array(
    367367            'description' => __( 'The list of inner blocks used in the example.' ),
Note: See TracChangeset for help on using the changeset viewer.