Changeset 14139 for trunk/wp-admin/options.php
- Timestamp:
- 04/18/2010 06:14:45 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/options.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options.php
r14070 r14139 17 17 18 18 /** WordPress Administration Bootstrap */ 19 require_once(' admin.php');19 require_once('./admin.php'); 20 20 21 21 $title = __('Settings'); … … 162 162 } 163 163 164 include(' admin-header.php'); ?>164 include('./admin-header.php'); ?> 165 165 166 166 <div class="wrap"> … … 215 215 216 216 <?php 217 include(' admin-footer.php');217 include('./admin-footer.php'); 218 218 ?>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)