In wp_dashboard_recent_posts(), $i is set and never used.

See #27882.

Built from https://develop.svn.wordpress.org/trunk@28545


git-svn-id: http://core.svn.wordpress.org/trunk@28371 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor 2014-05-22 18:56:15 +00:00
parent 0e03abda62
commit d22b5226a8

View File

@ -707,7 +707,6 @@ function wp_dashboard_recent_posts( $args ) {
echo '<ul>';
$i = 0;
$today = date( 'Y-m-d', current_time( 'timestamp' ) );
$tomorrow = date( 'Y-m-d', strtotime( '+1 day', current_time( 'timestamp' ) ) );