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

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


#7405: No titles in dashboard_secondary rss feed
----------------------------+-----------------------------------------------
 Reporter:  radzio          |       Owner:  anonymous    
     Type:  defect          |      Status:  new          
 Priority:  high            |   Milestone:               
Component:  Administration  |     Version:  2.6          
 Severity:  major           |    Keywords:  dashboard rss
----------------------------+-----------------------------------------------
 There is no titles in dashboard_secondary rss feed because of using $post
 variable in stead of $title. It causes problems with some rss feeds.

 in wp-admin/includes/dashboard.php in line 396 change:

 {{{
 echo "\t<li><a href='$link'><span class='post'>$post</span><span
 class='hidden'> - </span><cite>$author</cite></a></li>\n";
 }}}

 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/7405>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list