Changes in trunk/wp-admin/index-extra.php [15746:18228]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/index-extra.php
r15746 r18228 6 6 * @subpackage Administration 7 7 */ 8 9 define('DOING_AJAX', true); 8 10 9 11 /** Load WordPress Bootstrap */ … … 19 21 20 22 case 'dashboard_incoming_links' : 21 wp_dashboard_incoming_links _output();23 wp_dashboard_incoming_links(); 22 24 break; 23 25 24 26 case 'dashboard_primary' : 25 wp_dashboard_ rss_output( 'dashboard_primary');27 wp_dashboard_primary(); 26 28 break; 27 29 28 30 case 'dashboard_secondary' : 29 wp_dashboard_secondary _output();31 wp_dashboard_secondary(); 30 32 break; 31 33 32 34 case 'dashboard_plugins' : 33 wp_dashboard_plugins_output(); 34 break; 35 36 case 'dashboard_quick_press' : 37 wp_dashboard_quick_press_output(); 35 wp_dashboard_plugins(); 38 36 break; 39 37
Note: See TracChangeset
for help on using the changeset viewer.