Opened 5 years ago
Closed 5 years ago
#48005 closed enhancement (fixed)
PHPDoc correction for WP_Theme::get
Reported by: | david.binda | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 5.4 | Priority: | normal |
Severity: | normal | Version: | 3.4 |
Component: | Themes | Keywords: | has-patch commit |
Focuses: | docs | Cc: |
Description
The PHPDoc for the WP_Theme::get
function says it returns string|false
(added in r32547 ), but it actually may return an array for "Tags" header (via WP_Theme::sanitize_header
).
mixed, as used in WP_Theme::sanitize_header
may better document the actual state.
Related code:
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Although doc changes can be made between beta 1 and RC, there are 200 bug tickets still to triage. With 5.3 Beta 1 landing in a couple of hours, this is being moved for consideration in 5.4 If a committer feels this change should be made before RC, they can move it back and commit.