Ticket #5532 (closed enhancement: fixed)

Opened 8 months ago

Last modified 7 months ago

Add a filter to wp_list_bookmarks() in bookmark-template.php has-patch

Reported by: codealsatian Assigned to: anonymous
Priority: normal Milestone: 2.5
Component: General Version: 2.5
Severity: normal Keywords: filter,apply_filters,bookmarks
Cc:

Description

Please add a filter to the wp_list_bookmarks() function in bookmark-template.php.

I need to get hold of the bookmark hyperlinks to add classes, ids, conditional nofollows, etc., for styling and SEO.

Attachments

bookmark-template.php.diff (328 bytes) - added by codealsatian on 12/26/07 15:24:49.

Change History

12/26/07 15:24:49 changed by codealsatian

  • attachment bookmark-template.php.diff added.

02/13/08 18:25:42 changed by thee17

  • summary changed from Add a filter to wp_list_bookmarks() in bookmark-template.php to Add a filter to wp_list_bookmarks() in bookmark-template.php has-patch.

02/13/08 18:47:34 changed by ryan

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

(In [6822]) Add wp_list_bookmarks filter. Props codealsatian. fixes #5532