Opened 14 years ago
Closed 14 years ago
#15867 closed defect (bug) (fixed)
Missing/Incomplete phpDoc for functions new to 3.1
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 3.1 | Priority: | normal |
Severity: | normal | Version: | 3.1 |
Component: | Inline Docs | Keywords: | has-patch |
Focuses: | Cc: |
Description
Patch provides doc block for get_post_format_slugs().
Will probably need correction/improvement before committing. I am not an expert on inline documentation. :-)
I chose a general summary for the ticket, so that we can re-use it if we find any more missing doc blocks for new functions in 3.1.
Attachments (2)
Change History (6)
#3
@
14 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
- Summary changed from Missing phpDoc blocks to Missing/Incomplete phpDoc for functions new to 3.1
Above patch adds @since to two new wpdb methods: init_charset() and set_charset().
Took the opportunity to also add/fix a few more sinces in the wpdb class.
Note: See
TracTickets for help on using
tickets.
(In [17073]) Docs for get_post_format_slugs(). props demetris, fixes #15867.