#26707 closed enhancement (fixed)
Document the `show_admin_column` argument
| Reported by: | johnbillion | Owned by: | DrewAPicture |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.9 |
| Component: | Taxonomy | Version: | 3.5 |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: | Focuses: | docs |
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
@
13 years ago
- Keywords commit added
- Milestone Awaiting Review → 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.
#4
@
13 years ago
- Resolution fixed
- Status closed → 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
@
13 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Patch