Opened 3 years ago
Closed 2 years ago
#14489 closed defect (bug) (fixed)
Missing encoding in Admin-Sidebar
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.1 |
| Component: | Menus | Version: | 3.0.1 |
| Severity: | normal | Keywords: | has-patch tested |
| Cc: |
Description
Hi,
I've implemented a plugin called TagPages http://wordpress.org/extend/plugins/tagpages/ to add the post_type page to the post_tag taxonomy. - So far, everything seems to work, even the Post Tags-link shows up in the Pages Menu. (to be honest, I was really surprised about the increased taxonomy-functionality :) )
The automatically created link points to wp-admin/edit-tags.php?post_type=page&taxonomy=post_tag. Everything also works fine over there, but unfortunately the & is not encoded to & Could somebody maybe have a look onto this missing encoding?
Thanks,
Attachments (1)
Change History (8)
- Keywords taxonomy menu removed
- Milestone changed from Awaiting Review to 3.0.2
Note: See
TracTickets for help on using
tickets.

Ah. I screwed up in [15423]. Nice catch.