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

See #27882.


git-svn-id: https://develop.svn.wordpress.org/trunk@28545 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor 2014-05-22 18:55:07 +00:00
parent 70342f4a75
commit e53cdbb8f0
1 changed files with 0 additions and 1 deletions

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' ) ) );