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