Ticket #6956 (new enhancement)

Opened 2 months ago

Last modified 2 months ago

Title for Feed Links: post_comments_feed_link

Reported by: war59312 Assigned to: anonymous
Priority: lowest Milestone: 2.7
Component: General Version: 2.5.1
Severity: trivial Keywords: title, feed, rss
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>";

Change History

05/11/08 05:45:41 changed by war59312

  • type changed from defect to enhancement.
  • severity changed from normal to trivial.