Opened 8 years ago
Closed 8 years ago
#39503 closed defect (bug) (fixed)
Add @since tags to methods in class WP_Theme
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.8 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Themes | Keywords: | has-patch |
Focuses: | docs | Cc: |
Description
The @since
tags are missing for the following methods:
__construct()
__toString()
__isset()
__get()
offsetSet()
offsetUnset()
offsetExists()
offsetGet()
get_core_default_theme()
All were introduced in 3.4.0 except get_core_default_theme()
which was introduced in 4.4.0
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Add @since tags