Make WordPress Core


Ignore:
Timestamp:
08/11/2022 02:31:59 PM (2 years ago)
Author:
johnbillion
Message:

Docs: Revert two changes that need to instead be made upstream in the Gutenberg repo.

Partially reverts [53877].

See #55646

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/blocks/template-part.php

    r53877 r53879  
    160160
    161161/**
    162  * Returns an array of variation arrays for the template part block.
     162 * Returns an array of variation objects for the template part block.
    163163 *
    164  * @return array[] Array containing the block variation data in an array.
     164 * @return array Array containing the block variation objects.
    165165 */
    166166function build_template_part_block_variations() {
Note: See TracChangeset for help on using the changeset viewer.