[wp-trac] [WordPress Trac] #39503: Add @since tags to methods in class WP_Theme
WordPress Trac
noreply at wordpress.org
Fri Jan 6 13:29:59 UTC 2017
#39503: Add @since tags to methods in class WP_Theme
--------------------------+-----------------------------
Reporter: keesiemeijer | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Themes | Version:
Severity: normal | Keywords:
Focuses: docs |
--------------------------+-----------------------------
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
--
Ticket URL: <https://core.trac.wordpress.org/ticket/39503>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list