Opened 3 years ago
Last modified 3 years ago
#42117 new enhancement
Move inline docs from register_post_type() to WP_Post_Type::set_props()
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | 4.6 |
Component: | Posts, Post Types | Keywords: | has-patch |
Focuses: | docs | Cc: |
Description
The function register_post_type()
is a wrapper for a WP_Post_Type
object, since version 4.6.
The method WP_Post_Type::set_props()
is missing the detailed documentation for each argument, that is present for register_post_type()
.
So to avoid duplication, it looks like we should move it.
Attachments (3)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Moved it in 42117.2.diff
Wasn't sure though, how to handle the @since part,
but I moved only the parts that I thought were relevant.