Make WordPress Core

Changeset 52793


Ignore:
Timestamp:
02/24/2022 08:25:25 AM (21 months ago)
Author:
audrasjb
Message:

Docs: Correct return type for get_block_metadata_i18n_schema().

Props jeremyfelt.
Fixes #55243.
See #54729.

File:
1 edited

Legend:

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

    r52743 r52793  
    204204 * @since 5.9.0
    205205 *
    206  * @return array The schema for block's metadata.
     206 * @return object The schema for block's metadata.
    207207 */
    208208function get_block_metadata_i18n_schema() {
Note: See TracChangeset for help on using the changeset viewer.