[wp-trac] [WordPress Trac] #7404: No titles in dashboard_secondary
rss feed
WordPress Trac
wp-trac at lists.automattic.com
Fri Jul 25 09:10:49 GMT 2008
#7404: No titles in dashboard_secondary rss feed
----------------------------+-----------------------------------------------
Reporter: radzio | Owner: anonymous
Type: defect | Status: new
Priority: high | Milestone:
Component: Administration | Version: 2.6
Severity: normal | Keywords: dashboard rss
----------------------------+-----------------------------------------------
Feed titles doesn't show because of bad variable used.
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/7404>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list