Make WordPress Core


Ignore:
Timestamp:
05/22/2014 05:36:42 PM (11 years ago)
Author:
wonderboymusic
Message:

These functions import $wpdb but do not use it.

See #27882.

File:
1 edited

Legend:

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

    r28497 r28539  
    762762 */
    763763function wp_dashboard_recent_comments( $total_items = 5 ) {
    764     global $wpdb;
    765 
    766764    // Select all comment types and filter out spam later for better query performance.
    767765    $comments = array();
Note: See TracChangeset for help on using the changeset viewer.