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:
parent
0e03abda62
commit
d22b5226a8
|
@ -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' ) ) );
|
||||
|
||||
|
|
Loading…
Reference in New Issue