[wp-trac] [WordPress Trac] #20644: Date in "Incoming Links" dashboard widget is never shown
WordPress Trac
wp-trac at lists.automattic.com
Wed May 9 10:45:06 UTC 2012
#20644: Date in "Incoming Links" dashboard widget is never shown
--------------------------+-----------------------------
Reporter: Latz | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Widgets | Version: 3.4
Severity: normal | Keywords: has-patch
--------------------------+-----------------------------
The Dashboard widget "Incoming Links" has a checkbox "Display item date?".
The date is never shown because there are two variables which are not
used, never set, and therefore the date is never displayed (wp-
admin/includes/dashboard.php, line 823):
{{{
if ( !empty($show_author) || !empty($show_summary) )
}}}
I can see no reason for these conditions. Removing them will produce the
expected output.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/20644>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list