Ticket #7024 (closed enhancement: fixed)

Opened 6 months ago

Last modified 5 months ago

Allow filtering of wp_list_bookmarks() arguments in links widget

Reported by: ionfish Assigned to: anonymous
Priority: low Milestone:
Component: Template Version: 2.6
Severity: normal Keywords: widget has-patch
Cc:

Description

Currently there is no way to change the arguments for wp_list_bookmarks() in the links widget without overriding the entire widget, which seems like overkill when you just want to (for example) exclude a category. Attached patch adds a filter to make this kind of change easier.

Attachments

filter_widget_links_argument.diff (0.6 kB) - added by ionfish on 05/22/08 14:12:08.

Change History

05/22/08 14:12:08 changed by ionfish

  • attachment filter_widget_links_argument.diff added.

06/23/08 17:21:14 changed by ryan

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

(In [8171]) widget_links_args filter from ionfish. fixes #7024