Opened 16 years ago
Closed 15 years ago
#9196 closed task (blessed) (fixed)
Can description be added as a link widget option?
Reported by: | designsimply | Owned by: | ryan |
---|---|---|---|
Milestone: | 2.8 | Priority: | low |
Severity: | normal | Version: | 2.7 |
Component: | Widgets | Keywords: | has-patch needs-testing |
Focuses: | Cc: |
Description
Can description be added as a link widget option? The language on /wp-admin/link.php?action=edit&link_id=1 suggests that there is an option to do that, but there isn't one in the links widget.
http://img.skitch.com/20090220-8int41mhqfwr6jmy39kexbqjbj.png
Attachments (1)
Change History (7)
#1
@
16 years ago
- Component changed from General to Template
- Keywords needs-patch added; links widget removed
- Type changed from defect (bug) to enhancement
- Version set to 2.7
#3
@
16 years ago
- Keywords has-patch needs-testing added; needs-patch removed
- Milestone changed from 2.9 to 2.8
attachment 9196.diff added
Notes:
- Shuffles a few items around in the _walk_bookmarks() function, just to organise them a little better.
- Alt's now contain both the link name AND description if show_description is on
- Better Absolute path detection for images (its absolute if it starts with http, not if it contains http somewhere in the url)
- Adds Widget options for
- Showing Image
- Showing Name
- Showing Description
- Showing Rating
- The separator for between the above fields.
Note: See
TracTickets for help on using
tickets.
Enhancement really, But Sounds good to me, I might look at it later on if someone else doesn't grab it.