[wp-trac] [WordPress Trac] #6956: Title for Feed Links:
post_comments_feed_link
WordPress Trac
wp-trac at lists.automattic.com
Sun May 11 05:43:34 GMT 2008
#6956: Title for Feed Links: post_comments_feed_link
----------------------+-----------------------------------------------------
Reporter: war59312 | Owner: anonymous
Type: defect | Status: new
Priority: lowest | Milestone: 2.7
Component: General | Version: 2.5.1
Severity: normal | Keywords: title, feed, rss
----------------------+-----------------------------------------------------
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>";
--
Ticket URL: <http://trac.wordpress.org/ticket/6956>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list