Ticket #5030 (closed defect (bug): fixed)

Opened 1 year ago

Last modified 1 year ago

A couple more admin non-filtered spots

Reported by: jhodgdon Assigned to: anonymous
Priority: normal Milestone: 2.3
Component: Administration Version: 2.3
Severity: normal Keywords: admin, filter, has-patch
Cc: jhodgdon

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

admin-filter.diff (2.8 kB) - added by jhodgdon on 09/21/07 14:17:31.
Patch to fix both these issues

Change History

09/21/07 14:17:31 changed by jhodgdon

  • attachment admin-filter.diff added.

Patch to fix both these issues

09/21/07 14:18:23 changed by jhodgdon

  • keywords changed from admin, filter to admin, filter, has-patch.

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

09/21/07 15:04:13 changed by ryan

  • status changed from new to closed.
  • resolution set to fixed.

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

09/21/07 15:05:00 changed by ryan

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