[wp-trac] [WordPress Trac] #7403: No titles in dashboard_secondary rss feed

WordPress Trac wp-trac at lists.automattic.com
Fri Jul 25 09:03:59 GMT 2008


#7403: No titles in dashboard_secondary rss feed
----------------------------+-----------------------------------------------
 Reporter:  radzio          |       Owner:  anonymous
     Type:  defect          |      Status:  new      
 Priority:  high            |   Milestone:  2.6.1    
Component:  Administration  |     Version:           
 Severity:  normal          |    Keywords:           
----------------------------+-----------------------------------------------
 There is a bug in dashboard. dashboard_secondary rss feed doesn't show
 feed titles. There is a quick fix for that:

 dashboard.php line 396
 echo "\t<li><a href='$link'><span class='post'>$post</span><span
 class='hidden'> - </span><cite>$author</cite></a></li>\n";

 change to:
 echo "\t<li><a href='$link'><span class='post'>$title</span> <span
 class='hidden'> - </span> <span class='hidden'> -
 </span><cite>$author</cite></a></li>\n";

-- 
Ticket URL: <http://trac.wordpress.org/ticket/7403>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list