#26707 closed enhancement (fixed)
Document the `show_admin_column` argument
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.9 | Priority: | normal |
| Severity: | normal | Version: | 3.5 |
| Component: | Taxonomy | Keywords: | has-patch commit |
| Focuses: | docs | Cc: |
Description
The show_admin_column argument which was added to register_taxonomy() in 3.5 is not documented and does not have a default value.
Attachments (1)
Change History (9)
#2
@
12 years ago
- Keywords commit added
- Milestone changed from Awaiting Review to 3.9
This and many other functions are in line for converting the $args array docs to a hash notation, 26707.diff looks good for now though. Thanks.
#3
@
12 years ago
- Owner set to DrewAPicture
- Resolution set to fixed
- Status changed from new to closed
In 26912:
#4
@
12 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
@johnbillion:
Reflecting on [26912], adding the default is obviously very "codey" and not so much on the "documenting-ey", just want to make sure that that value is indeed supposed to default to false, as we obviously enable it for both categories and tags out of the box.
#5
@
12 years ago
Correct, the show_admin_column argument is false by default.
It's set to `true` for categories and tags and then only taxonomies which set it to true are displayed on post listing screens and media listing screens.
Patch