Changeset 14139 for trunk/wp-admin/options-permalink.php
- Timestamp:
- 04/18/2010 06:14:45 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-permalink.php
r14051 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' ) ) … … 71 71 add_filter('admin_head', 'add_js'); 72 72 73 include(' admin-header.php');73 include('./admin-header.php'); 74 74 75 75 $home_path = get_home_path();
Note: See TracChangeset
for help on using the changeset viewer.