Make WordPress Core


Ignore:
Timestamp:
10/08/2008 11:32:34 PM (17 years ago)
Author:
ryan
Message:

Draggable dash, first cut. Props mdawaffe. see #7552

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/index-extra.php

    r8618 r9103  
    2020switch ( $_GET['jax'] ) {
    2121
    22 case 'incominglinks' :
     22case 'dashboard_incoming_links' :
    2323    wp_dashboard_incoming_links_output();
    2424    break;
    2525
    26 case 'devnews' :
     26case 'dashboard_primary' :
    2727    wp_dashboard_rss_output( 'dashboard_primary' );
    2828    break;
    2929
    30 case 'planetnews' :
     30case 'dashboard_secondary' :
    3131    wp_dashboard_secondary_output();
    3232    break;
    3333
    34 case 'plugins' :
     34case 'dashboard_plugins' :
    3535    wp_dashboard_plugins_output();
    3636    break;
Note: See TracChangeset for help on using the changeset viewer.