Changeset 14139 for trunk/wp-admin/media-upload.php
- Timestamp:
- 04/18/2010 06:14:45 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/media-upload.php
r12007 r14139 11 11 12 12 /** Load WordPress Administration Bootstrap */ 13 require_once(' admin.php');13 require_once('./admin.php'); 14 14 15 15 if (!current_user_can('upload_files')) … … 57 57 $title = __('Upload New Media'); 58 58 $parent_file = 'upload.php'; 59 require_once(' admin-header.php'); ?>59 require_once('./admin-header.php'); ?> 60 60 <div class="wrap"> 61 61 <?php screen_icon(); ?> … … 87 87 88 88 <?php 89 include(' admin-footer.php');89 include('./admin-footer.php'); 90 90 91 91 } else {
Note: See TracChangeset
for help on using the changeset viewer.