Make WordPress Core

Opened 19 years ago

Closed 17 years ago

#1361 closed enhancement (wontfix)

Extend get_links_list() to allow for different header tags around category names

Reported by: anselm1109's profile anselm1109 Owned by:
Milestone: Priority: normal
Severity: normal Version: 1.5.1.1
Component: General Keywords:
Focuses: Cc:

Description

the get_links_list() function currently encloses the category names in <h2> tags. Let's extend it so that the user can specify which tag to enclose it in.

This works by simply adding two more parameters to the function and a small change to the code on line 551. The function still defaults to current setting so that nothing is changed for past versions.

Change History (2)

#1 @anselm1109
19 years ago

  • Patch set to No

#2 @rob1n
17 years ago

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

get_links_list() is deprecated in favor of wp_list_bookmarks(), which has support for other headers than <h2>.

Note: See TracTickets for help on using tickets.