Opened 3 years ago

Closed 2 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:

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)

14489.diff (645 bytes) - added by blepoxp 3 years ago.
Replaces & with &

Download all attachments as: .zip

Change History (8)

  • Keywords taxonomy menu removed
  • Milestone changed from Awaiting Review to 3.0.2

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

blepoxp3 years ago

Replaces & with &

  • Keywords has-patch needs-testing added
  • Keywords tested added; needs-testing removed

looks good to me

  • Owner set to nacin
  • Status changed from new to assigned

(In [15881]) Encode the amp in the edit-tags menu link for pages. props blepoxp, see #14489 for trunk.

Related #14591.

  • Milestone changed from 3.0.2 to 3.1
  • Resolution set to fixed
  • Status changed from assigned to closed
Note: See TracTickets for help on using tickets.