Make WordPress Core

Opened 18 years ago

Closed 18 years ago

#6879 closed defect (bug) (fixed)

get_links_list deprecated to wrong function

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

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 18 years ago.
Patch for deprecated.php to change doc to be correct

Download all attachments as: .zip

Change History (3)

@Otto42
18 years ago

Patch for deprecated.php to change doc to be correct

#1 @Otto42
18 years ago

  • Keywords has-patch added

#2 @ryan
18 years ago

  • Resolutionfixed
  • Status newclosed

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

Note: See TracTickets for help on using tickets.