Make WordPress Core


Ignore:
Timestamp:
05/06/2014 03:34:22 AM (10 years ago)
Author:
wonderboymusic
Message:

Remove a dead variable, $start, from wp_dashboard_recent_comments().

See #27882.

File:
1 edited

Legend:

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

    r27747 r28263  
    766766    // Select all comment types and filter out spam later for better query performance.
    767767    $comments = array();
    768     $start = 0;
    769768
    770769    $comments_query = array(
     
    786785        $comments_query['number'] = $total_items * 10;
    787786    }
    788 
    789 
    790787
    791788    if ( $comments ) {
Note: See TracChangeset for help on using the changeset viewer.