#55243 closed defect (bug) (fixed)
Fix incorrect return type on get_block_metadata_i18n_schema()
Reported by: | jeremyfelt | Owned by: | audrasjb |
---|---|---|---|
Milestone: | 6.0 | Priority: | normal |
Severity: | normal | Version: | |
Component: | I18N | Keywords: | has-patch commit |
Focuses: | docs | Cc: |
Description
The value returned by get_block_metadata_i18n_schema()
is an object rather than an array.
Change History (4)
This ticket was mentioned in PR #2352 on WordPress/wordpress-develop by jeremyfelt.
3 years ago
#1
#2
@
3 years ago
- Keywords commit added
- Milestone changed from Awaiting Review to 6.0
- Owner set to audrasjb
- Status changed from new to reviewing
Hello and thanks, the PR looks good to me. Adding to milestone 6.0 and marking for commit
consideration.
3 years ago
#4
Committed in https://core.trac.wordpress.org/changeset/52793
Note: See
TracTickets for help on using
tickets.
This changes the return type from
array
toobject
.Trac ticket: https://core.trac.wordpress.org/ticket/55243