Opened 17 years ago
Closed 17 years ago
#7981 closed defect (bug) (fixed)
wp_list_bookmarks should always show name if there is no image to show
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 2.7 | Priority: | normal |
| Severity: | normal | Version: | 2.7 |
| Component: | General | Keywords: | link, has-patch |
| Focuses: | Cc: |
Description
In wp_list_bookmarks, if show_images is false and show_name is false, the link will be empty. The name should always be output when no image is output. Also set show_name to false for backwards compatibility.
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
(In [9366]) wp_list_bookmarks should always show name if there is no image to show. Props mtdewvirus. fixes #7981