Opened 8 weeks ago
Closed 8 weeks ago
#61705 closed defect (bug) (fixed)
Docs: Correct @return value for _get_block_templates_files().
Reported by: | dilipbheda | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 6.7 | Priority: | normal |
Severity: | normal | Version: | |
Component: | General | Keywords: | has-patch |
Focuses: | docs | Cc: |
Description
The _get_block_templates_files()
function returns null
, so we also need to add in inline code.
Attachments (2)
Change History (6)
Note: See
TracTickets for help on using
tickets.
Hi there!
I thought we should add some description for return type.
@return array|null The Template files, or null if $template_type not matched.