Opened 18 years ago
Closed 18 years ago
#5861 closed defect (bug) (fixed)
Manage Post screen has un-filtered categories and tags on it
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 2.5 | Priority: | normal |
| Severity: | normal | Version: | 2.5 |
| Component: | Administration | Keywords: | has-patch |
| Focuses: | Cc: |
Description
The new Manage Post screen in 2.5 bleeding [6851] shows raw categories and tags, instead of running them through the standard "display" filtering. (Both get_the_category and get_the_tags, called in wp-admin/edit-post-rows.php, return unfiltered output.)
I can patch this... will do so a bit later...
Attachments (2)
Change History (6)
Note: See
TracTickets for help on using
tickets.
Patch to filter categories and tags on post edit screen