Changeset 14139 for trunk/wp-admin/options-reading.php
- Timestamp:
- 04/18/2010 06:14:45 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-reading.php
r13971 r14139 8 8 9 9 /** WordPress Administration Bootstrap */ 10 require_once( ' admin.php' );10 require_once( './admin.php' ); 11 11 12 12 if ( ! current_user_can( 'manage_options' ) ) … … 16 16 $parent_file = 'options-general.php'; 17 17 18 include( ' admin-header.php' );18 include( './admin-header.php' ); 19 19 ?> 20 20
Note: See TracChangeset
for help on using the changeset viewer.