WordPress.org

Make WordPress Core

Opened 5 years ago

Closed 5 years ago

#6879 closed defect (bug) (fixed)

get_links_list deprecated to wrong function

Reported by: Otto42 Owned by: anonymous
Priority: normal Milestone: 2.6
Component: General Version: 2.5.1
Severity: normal Keywords: has-patch
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 5 years ago.
Patch for deprecated.php to change doc to be correct

Download all attachments as: .zip

Change History (3)

Otto425 years ago

Patch for deprecated.php to change doc to be correct

comment:1 Otto425 years ago

  • Keywords has-patch added

comment:2 ryan5 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.