#56805 closed defect (bug) (fixed)
Fix docblock for site_status_page_cache_supported_cache_headers filter
Reported by: | skithund | Owned by: | audrasjb |
---|---|---|---|
Milestone: | 6.1 | Priority: | normal |
Severity: | normal | Version: | 6.1 |
Component: | Site Health | Keywords: | has-patch commit |
Focuses: | docs | Cc: |
Description
DocBlock has @param int
even though the parameter is an array
.
Change History (6)
This ticket was mentioned in PR #3444 on WordPress/wordpress-develop by todeveni.
2 years ago
#1
- Keywords has-patch added
#2
@
2 years ago
- Focuses docs added
- Keywords commit added
- Milestone changed from Awaiting Review to 6.1
@skithund Nicely spotted! Milestoned for 6.1 as this is when the filter was introduced.
The PR looks good to me. Adding for commit
consideration.
#3
@
2 years ago
- Owner set to audrasjb
- Status changed from new to accepted
Thanks! Self-assigning for commit
.
@audrasjb commented on PR #3444:
2 years ago
#5
Committed in https://core.trac.wordpress.org/changeset/54506
@audrasjb commented on PR #3444:
2 years ago
#6
Committed in https://core.trac.wordpress.org/changeset/54506
Note: See
TracTickets for help on using
tickets.
Fix param type from
int
toarray
insite_status_page_cache_supported_cache_headers
filter.Trac ticket: https://core.trac.wordpress.org/ticket/56805