Opened 16 years ago
Closed 16 years ago
#14489 closed defect (bug) (fixed)
Missing encoding in Admin-Sidebar
| Reported by: | neoxx | Owned by: | nacin |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.1 |
| Component: | Menus | Version: | 3.0.1 |
| Severity: | normal | Keywords: | has-patch tested |
| Cc: | Focuses: |
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,
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Ah. I screwed up in [15423]. Nice catch.