Make WordPress Core

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,

Attachments (1)

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

Download all attachments as: .zip

Change History (8)

#1 @nacin
16 years ago

  • Keywords taxonomy menu removed
  • Milestone Awaiting Review3.0.2

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

@blepoxp
16 years ago

Replaces & with &

#2 @blepoxp
16 years ago

  • Keywords has-patch needs-testing added

#3 @neoxx
16 years ago

  • Keywords tested added; needs-testing removed

looks good to me

#4 @neoxx
16 years ago

  • Owner set to nacin
  • Status newassigned

#5 @nacin
16 years ago

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

#6 @nacin
16 years ago

Related #14591.

#7 @nacin
16 years ago

  • Milestone 3.0.23.1
  • Resolutionfixed
  • Status assignedclosed
Note: See TracTickets for help on using tickets.