Opened 14 years ago
Closed 14 years ago
#7404 closed defect (bug) (invalid)
No titles in dashboard_secondary rss feed
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | high | |
Severity: | normal | Version: | 2.6 |
Component: | Administration | Keywords: | dashboard rss |
Focuses: | Cc: |
Description
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";
Attachments (2)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Can you provide patches in diff format? E.g. the attached.