Docs: Correct return type for get_block_metadata_i18n_schema().

Props jeremyfelt.
Fixes #55243.
See #54729.


git-svn-id: https://develop.svn.wordpress.org/trunk@52793 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jb Audras 2022-02-24 08:25:25 +00:00
parent dec3f13bac
commit 44e308c12e

View File

@ -203,7 +203,7 @@ function register_block_style_handle( $metadata, $field_name ) {
*
* @since 5.9.0
*
* @return array The schema for block's metadata.
* @return object The schema for block's metadata.
*/
function get_block_metadata_i18n_schema() {
static $i18n_block_schema;