Make WordPress Core

Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#5030 closed defect (bug) (fixed)

A couple more admin non-filtered spots

Reported by: jhodgdon's profile jhodgdon Owned by:
Milestone: 2.3 Priority: normal
Severity: normal Version: 2.3
Component: Administration Keywords: admin, filter, has-patch
Focuses: Cc:

Description

I found a couple more places in the admin menus where unfiltered category names and post titles are being put on the screen for display:

1) Convert Categories to Tags screen -- the list of existing categories -- category names are not filtered for display

2) Bookmarklet link on Write Post screen -- the post title is not filtered for display

I'll patch...

Attachments (1)

admin-filter.diff (2.8 KB) - added by jhodgdon 17 years ago.
Patch to fix both these issues

Download all attachments as: .zip

Change History (4)

@jhodgdon
17 years ago

Patch to fix both these issues

#1 @jhodgdon
17 years ago

  • Keywords has-patch added

Correction on bookmarklet - it's the blog title rather than the post title in the Bookmarklet link text. Anyway, patch has been added.

#2 @ryan
17 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [6147]) Add some filtering. Props jhodgdon. fixes #5030

#3 @ryan
17 years ago

Changed the patch slightly. Removed a wp_specialchars call since the bloginfo filter takes care of that.

Note: See TracTickets for help on using tickets.