Changeset 9232 for trunk/wp-admin/media-upload.php
- Timestamp:
- 10/17/2008 08:02:03 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/media-upload.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/media-upload.php
r9223 r9232 32 32 33 33 if ( isset($_GET['inline']) ) { 34 34 35 35 if ( isset($_GET['upload-page-form']) ) { 36 36 $errors = media_upload_form_handler(); … … 53 53 } 54 54 55 $title = __('Upload Media');55 $title = __('Upload New Media'); 56 56 $parent_file = 'edit.php'; 57 57 require_once('admin-header.php'); ?> 58 58 <div class="wrap"> 59 <h2><?php echo $title ?></h2> 59 60 60 61 <form enctype="multipart/form-data" method="post" action="media-upload.php?inline=&upload-page-form=" class="media-upload-form type-form validate" id="file-form"> 61 62 62 63 <?php media_upload_form(); ?> 63 64 64 65 <script type="text/javascript"> 65 66 jQuery(function($){
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)