Ticket #5724 (closed defect: fixed)

Opened 10 months ago

Last modified 10 months ago

Use wp_list_bookmarks in the Default theme's links.php template

Reported by: MichaelH Assigned to: anonymous
Priority: normal Milestone: 2.5
Component: Template Version: 2.3.2
Severity: normal Keywords: has-patch
Cc:

Description

Use wp_list_bookmarks() in wp-content/themes/default/links.php instead of the deprecated get_links_list()

Attachments

5724.diff (346 bytes) - added by MichaelH on 01/26/08 20:12:57.

Change History

01/26/08 20:12:57 changed by MichaelH

  • attachment 5724.diff added.

01/26/08 20:13:39 changed by MichaelH

  • keywords set to has-patch.

01/26/08 21:20:57 changed by lloydbudd

  • milestone changed from 2.6 to 2.5.

01/28/08 20:18:08 changed by ryan

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

(In [6673]) Use wp_list_bookmarks() in default theme. Props MichaelH. fixes #5724