Make WordPress Core

Changeset 8226


Ignore:
Timestamp:
07/01/2008 07:38:06 PM (16 years ago)
Author:
mdawaffe
Message:

crazyhorse: remove debug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/crazyhorse/wp-admin/includes/dashboard.php

    r8222 r8226  
    149149    // Hard code the sidebar's widgets and order
    150150    $dashboard_widgets = array();
    151 /*
    152151    $dashboard_widgets[] = 'dashboard_quick_press';
    153152    $dashboard_widgets[] = 'dashboard_recent_comments';
     
    157156        $dashboard_widgets[] = 'dashboard_plugins';
    158157    $dashboard_widgets[] = 'dashboard_secondary';
    159 */
     158
    160159    // Filter widget order
    161160    $dashboard_widgets = apply_filters( 'wp_dashboard_widgets', $dashboard_widgets );
Note: See TracChangeset for help on using the changeset viewer.