Opened 22 months ago
Closed 22 months ago
#57614 closed enhancement (fixed)
Editor: Remove need for template prefix in get_template_hierarchy .
Reported by: | jorgefilipecosta | Owned by: | jorgefilipecosta |
---|---|---|---|
Milestone: | 6.2 | Priority: | normal |
Severity: | normal | Version: | 6.2 |
Component: | General | Keywords: | has-patch |
Focuses: | Cc: |
Description (last modified by )
This ticket was created to track the merge of https://github.com/WordPress/gutenberg/pull/46257 into the core.
The function get_template_hierarchy becomes easier to use as it does not require the caller to pass a template prefix. This is useful because, in some block editor usages, the template prefix is not known.
PR at https://github.com/WordPress/wordpress-develop/pull/3944.
Change History (2)
Note: See
TracTickets for help on using
tickets.
In 55194: