Make WordPress Core

Changeset 28545


Ignore:
Timestamp:
05/22/2014 06:55:07 PM (10 years ago)
Author:
wonderboymusic
Message:

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

See #27882.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/dashboard.php

    r28544 r28545  
    708708        echo '<ul>';
    709709
    710         $i = 0;
    711710        $today    = date( 'Y-m-d', current_time( 'timestamp' ) );
    712711        $tomorrow = date( 'Y-m-d', strtotime( '+1 day', current_time( 'timestamp' ) ) );
Note: See TracChangeset for help on using the changeset viewer.