Opened 16 years ago
Closed 16 years ago
#12644 closed defect (bug) (fixed)
docs missing for register_post_type()/add_post_type_support() feature supports
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.0 | Priority: | normal |
| Severity: | normal | Version: | 3.0 |
| Component: | Inline Docs | Keywords: | |
| Focuses: | Cc: |
Description
The inline documentation for register_post_type() mentions the 'supports' argument and refers the reader to the add_post_type_support() docs... but there's nothing there. This is rather problematic for custom post type developers now that author, editor, and title are all optional.
I've pieced together what I think is a complete list of supported features for custom post types. Please double check me!
Attachments (2)
Change History (9)
#3
in reply to:
↑ 1
@
16 years ago
- Milestone changed from Unassigned to 3.0
- Status changed from new to accepted
Replying to sillybean:
Just let me know if there's anything missing. I'll add descriptions of each one later.
Based on a quick grep of 'post_type_supports', it looks like you caught them all.
Note: See
TracTickets for help on using
tickets.
Just let me know if there's anything missing. I'll add descriptions of each one later.