[wp-trac] [WordPress Trac] #15436: RSS Widget Title not linking to feed source
WordPress Trac
wp-trac at lists.automattic.com
Mon Nov 15 20:55:04 UTC 2010
#15436: RSS Widget Title not linking to feed source
--------------------------+-------------------------------------------------
Reporter: alettieri | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Widgets | Version: 3.1
Severity: normal | Keywords: rss, widget, rss widget
--------------------------+-------------------------------------------------
There is a bug in the WP_Widget_RSS class in the (default-widgets.php)
file.
Line: 740 [[BR]]
{{{
$title = "<a class='rsswidget' href='$url' title='" . esc_attr__(
'Syndicate this content' ) ."'><img style='border:0' width='14'
height='14' src='$icon' alt='RSS' /></a> <a class='rsswidget' href='$link'
title='$desc'>$title</a>";
}}}
Fix:[[BR]]
{{{
$title = "<a class='rsswidget' href='$url' title='" . esc_attr__(
'Syndicate this content' ) ."'><img style='border:0' width='14'
height='14' src='$icon' alt='RSS' /></a> <a class='rsswidget' href='$url'
title='$desc'>$title</a>";
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/15436>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list