Opened 5 years ago
Last modified 2 years ago
#6956 new enhancement
Title for Feed Links: post_comments_feed_link
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | lowest | Milestone: | Future Release |
| Component: | Template | Version: | 2.5.1 |
| Severity: | trivial | Keywords: | has-patch |
| Cc: |
Description
Should not all functions that create URLs not include a title?
Sure is more user friendly.
link-template.php line 319 (wp 2.5.1)
Change From:
echo "<a href='$url'>$link_text</a>";
Change To:
echo "<a href='$url' title='Permanent Feed Link'>$link_text</a>";
Attachments (1)
Change History (7)
- Severity changed from normal to trivial
- Type changed from defect to enhancement
comment:2
janeforshort — 5 years ago
- Milestone changed from 2.7 to 2.9
comment:3
jacobsantos — 4 years ago
- Keywords needs-patch added; title feed rss removed
trouble is finding the person who will write a patch... ;-)
- Component changed from General to Template
- Milestone changed from 2.9 to Future Release
solarissmoke — 2 years ago
comment:6
solarissmoke — 2 years ago
- Keywords has-patch added; needs-patch removed
Note: See
TracTickets for help on using
tickets.

You know, you are right, they should have a title for links.