Ticket #3926 (closed defect: fixed)

Opened 2 years ago

Last modified 1 year ago

Title attributes on some links are unfiltered

Reported by: jhodgdon Assigned to: anonymous
Priority: normal Milestone: 2.2
Component: General Version: 2.1.2
Severity: normal Keywords: category filter has-patch
Cc:

Description

When creating list of category links, if there are no descriptions for the categories, the "WalkerCategory?" class in wp-includes/classes.php creates a title attribute that contains an unfiltered category name. It should be filtered.

Bug appears in both 2.1.2 and SVN revision 4984.

Attachments

classes-php.diff (1.0 kB) - added by jhodgdon on 03/07/07 21:34:04.
Patch to add filtering to title attributes in categories list
general-template-php2.diff (1.2 kB) - added by jhodgdon on 03/07/07 22:29:36.
Patch to add filtering to post titles in get_calendar

Change History

03/07/07 21:34:04 changed by jhodgdon

  • attachment classes-php.diff added.

Patch to add filtering to title attributes in categories list

03/07/07 22:25:35 changed by jhodgdon

There is another place this is a problem, too, in the titles applied to calendar days in the get_calendar function. I have a patch for this too... coming momentarily....

03/07/07 22:29:36 changed by jhodgdon

  • attachment general-template-php2.diff added.

Patch to add filtering to post titles in get_calendar

03/10/07 03:56:37 changed by ryan

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

(In [5013]) Title filtering from jhodgdon. fixes #3926