WordPress.org

Make WordPress Core

Opened 7 years ago

Closed 6 years ago

#3092 closed enhancement (fixed)

Add a class to wp_list_bookmarks

Reported by: zeo Owned by: anonymous
Priority: normal Milestone: 2.2
Component: General Version: 2.1
Severity: normal Keywords:
Cc:

Description

Currently there's only a dynamic ID's assigned to each group of bookmarks. For example:

<li id="linkcat-1"><h2>Bookmarks</h2>

It would be great if we assigned a class name to the list.
For example:

<li id="linkcat-1" class="linkcat"><h2>Bookmarks</h2>

This would benefit theme author.

Attachments (1)

wp_list_bookmarks-classname.diff (1.0 KB) - added by zeo 7 years ago.

Download all attachments as: .zip

Change History (3)

comment:1 zeo7 years ago

  • Keywords bg|has-patch added

comment:2 Nazgul6 years ago

  • Keywords bg|has-patch removed
  • Milestone set to 2.2
  • Resolution set to fixed
  • Status changed from new to closed

Fixed by [4212]

Note: See TracTickets for help on using tickets.