Changeset 9103 for trunk/wp-admin/index-extra.php
- Timestamp:
- 10/08/2008 11:32:34 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/index-extra.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/index-extra.php
r8618 r9103 20 20 switch ( $_GET['jax'] ) { 21 21 22 case ' incominglinks' :22 case 'dashboard_incoming_links' : 23 23 wp_dashboard_incoming_links_output(); 24 24 break; 25 25 26 case 'd evnews' :26 case 'dashboard_primary' : 27 27 wp_dashboard_rss_output( 'dashboard_primary' ); 28 28 break; 29 29 30 case ' planetnews' :30 case 'dashboard_secondary' : 31 31 wp_dashboard_secondary_output(); 32 32 break; 33 33 34 case ' plugins' :34 case 'dashboard_plugins' : 35 35 wp_dashboard_plugins_output(); 36 36 break;
Note: See TracChangeset
for help on using the changeset viewer.