Make WordPress Core


Ignore:
Timestamp:
11/13/2013 10:08:47 PM (11 years ago)
Author:
nacin
Message:

Merge the new dashboard design into core.

Merges https://github.com/growthdesigner/wp-dash.

props lessbloat, joen, helen, dbernar1, kraftbj, ryelle, tillkruess, grapplerulrich, markjaquith.
see #25824.

File:
1 edited

Legend:

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

    r26137 r26144  
    235235
    236236    switch ( $_GET['widget'] ) {
    237         case 'dashboard_incoming_links' :
    238             wp_dashboard_incoming_links();
    239             break;
    240         case 'dashboard_primary' :
    241             wp_dashboard_primary();
    242             break;
    243         case 'dashboard_secondary' :
    244             wp_dashboard_secondary();
    245             break;
    246         case 'dashboard_plugins' :
    247             wp_dashboard_plugins();
     237        case 'dashboard_rss' :
     238            wp_dashboard_rss();
    248239            break;
    249240    }
Note: See TracChangeset for help on using the changeset viewer.