Make WordPress Core


Ignore:
Timestamp:
11/13/2013 10:08:47 PM (12 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/deprecated.php

    r25964 r26144  
    731731function wp_dashboard_quick_press_output() {
    732732    _deprecated_function( __FUNCTION__, '3.2', 'wp_dashboard_quick_press()' );
    733     wp_dashboard_quick_press();
     733    wp_dashboard_quick_draft();
    734734}
    735735
Note: See TracChangeset for help on using the changeset viewer.