#62193 closed defect (bug) (fixed)
Rename template registration API functions removing the wp_ prefix
Reported by: | aljullu | Owned by: | peterwilsoncc |
---|---|---|---|
Milestone: | 6.7 | Priority: | high |
Severity: | normal | Version: | 6.7 |
Component: | Editor | Keywords: | has-patch has-unit-tests |
Focuses: | template | Cc: |
Description
As discussed in https://github.com/WordPress/gutenberg/pull/61577, we want to remove the wp_
prefix from wp_register_block_template()
and wp_unregister_block_template()
functions to keep them consistent with similar functions like register_block_type()
, register_block_pattern()
and register_block_style()
.
Change History (6)
This ticket was mentioned in PR #7543 on WordPress/wordpress-develop by @aljullu.
4 months ago
#1
- Keywords has-patch has-unit-tests added
#2
@
4 months ago
- Milestone changed from Awaiting Review to 6.7
- Priority changed from normal to high
@youknowriad commented on PR #7543:
4 months ago
#3
The Gutenberg PR is merged. Thanks for the follow-up here.
#4
@
4 months ago
- Owner set to peterwilsoncc
- Resolution set to fixed
- Status changed from new to closed
In 59201:
@peterwilsoncc commented on PR #7543:
4 months ago
#5
@get_dave commented on PR #7543:
4 months ago
#6
Thank you for the followup and for getting this committed everyone 👍
Note: See
TracTickets for help on using
tickets.
This PR includes the changes from https://github.com/WordPress/gutenberg/pull/65958 that need to be backported into WP core.
Trac ticket: https://core.trac.wordpress.org/ticket/62193