Opened 11 years ago
Closed 11 years ago
#25150 closed enhancement (fixed)
Sync inline docs between register_post_type() and register_taxonomy()
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.7 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Inline Docs | Keywords: | has-patch |
Focuses: | Cc: |
Description
- register_taxonomy: Use the same doc format for the associative array arg as for register_post_type
- register_taxonomy: Improve docs for _builtin, capabilities, hierarchical and rewrite args
- register_taxonomy: Use the same order for $defaults as in doc block
- register_taxonomy: Replace is_null with null ===, to be consistent
- register_post_type: Use the same order for $defaults as in doc block
- register_post_type: Improve docs for @uses and default fallbacks
- and while we're on it: Whitespaces.
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
In 25130: