﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
6091,Recent Entries Widget should have a title attribute.,topncal,,"The recent entries widget should be reformatted to include a title attribute in the hyperlink. 

Line 880 of /wp-includes/widgets.php should be changed from.


{{{
<li><a href=""<?php the_permalink() ?>""><?php if ( get_the_title() ) the_title(); else the_ID(); ?> </a></li>
}}}

to 


{{{
<li><a href=""<?php the_permalink() ?>"" title=""<?php if ( get_the_title() ) the_title(); else the_ID(); ?>""><?php if ( get_the_title() ) the_title(); else the_ID(); ?> </a></li>
}}}

",defect (bug),closed,normal,2.8,Widgets,2.3.3,trivial,fixed,has-patch tested commit,
