Make WordPress Core

Changeset 53879


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

Location:
trunk/src/wp-includes/blocks
Files:
2 edited

Legend:

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

    r53877 r53879  
    181181 * @param  array $attributes The block attributes.
    182182 *
    183  * @return string[] Style HTML attributes.
     183 * @return array Style HTML attribute.
    184184 */
    185185function styles_for_block_core_search( $attributes ) {
  • 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.