#15947 closed defect (bug) (fixed)
`register_post_status` inline docs are inaccurate
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 3.1 | Priority: | normal |
| Severity: | normal | Version: | 3.1 |
| Component: | Inline Docs | Keywords: | has-patch |
| Focuses: | Cc: |
Description
The current inline docs describe the public index of the optional arguments as "Whether posts of this status should be shown in the admin UI. Defaults to true.", whereas actually public controls whether a post is viewable on the public (i.e. front end) of the site. Attached diff corrects this and adds description for other optional args.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Corrects docs, adds additional information