Changeset 8226

Show
Ignore:
Timestamp:
07/01/08 19:38:06 (5 months ago)
Author:
mdawaffe
Message:

crazyhorse: remove debug

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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 );