Opened 5 years ago

Last modified 2 years ago

#6956 new enhancement

Title for Feed Links: post_comments_feed_link

Reported by: war59312 Owned by: anonymous
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)

6956.diff (679 bytes) - added by solarissmoke 2 years ago.

Download all attachments as: .zip

Change History (7)

  • Severity changed from normal to trivial
  • Type changed from defect to enhancement
  • Milestone changed from 2.7 to 2.9
  • Keywords needs-patch added; title feed rss removed

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

trouble is finding the person who will write a patch... ;-)

  • Component changed from General to Template
  • Milestone changed from 2.9 to Future Release
  • Keywords has-patch added; needs-patch removed
Note: See TracTickets for help on using tickets.