Changeset 18228 for trunk/wp-admin/index-extra.php
- Timestamp:
- 06/10/2011 06:31:39 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/index-extra.php
r17743 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();35 wp_dashboard_plugins(); 34 36 break; 35 37
Note: See TracChangeset
for help on using the changeset viewer.