Make WordPress Core

Opened 16 years ago

Closed 16 years ago

#6879 closed defect (bug) (fixed)

get_links_list deprecated to wrong function

Reported by: otto42's profile Otto42 Owned by:
Milestone: 2.6 Priority: normal
Severity: normal Version: 2.5.1
Component: General Keywords: has-patch
Focuses: Cc:

Description

get_links_list() says to use get_categories() instead, which is incorrect. The new functional equivalent would be wp_list_bookmarks() instead.

Attachments (1)

links_list_dep.diff (739 bytes) - added by Otto42 16 years ago.
Patch for deprecated.php to change doc to be correct

Download all attachments as: .zip

Change History (3)

@Otto42
16 years ago

Patch for deprecated.php to change doc to be correct

#1 @Otto42
16 years ago

  • Keywords has-patch added

#2 @ryan
16 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [8285]) Fix get_links_list deprecation doc. Props Otto42. fixes #6879

Note: See TracTickets for help on using tickets.