Changeset 14139 for trunk/wp-admin/index.php
- Timestamp:
- 04/18/2010 06:14:45 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/index.php
r12728 r14139 8 8 9 9 /** Load WordPress Bootstrap */ 10 require_once(' admin.php');10 require_once('./admin.php'); 11 11 12 12 /** Load WordPress dashboard API */ … … 27 27 add_contextual_help($current_screen, '<p>' . __('The modules on this screen can be arranged in several columns. You can select the number of columns from the Screen Options tab.') . "</p>\n" . drag_drop_help() ); 28 28 29 require_once(' admin-header.php');29 require_once('./admin-header.php'); 30 30 31 31 $today = current_time('mysql', 1);
Note: See TracChangeset
for help on using the changeset viewer.