Changeset 14139 for trunk/wp-admin/nav-menus.php
- Timestamp:
- 04/18/2010 06:14:45 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/nav-menus.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/nav-menus.php
r14031 r14139 11 11 12 12 /** Load WordPress Administration Bootstrap */ 13 require_once( ' admin.php' );13 require_once( './admin.php' ); 14 14 15 15 // Load all the nav menu interface functions … … 236 236 237 237 // Get the admin header 238 require_once( ' admin-header.php' );238 require_once( './admin-header.php' ); 239 239 ?> 240 240 <div class="wrap"> … … 346 346 </div><!-- /#menu-item-settings--> 347 347 348 <?php include( ' admin-footer.php' ); ?>348 <?php include( './admin-footer.php' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.