Make WordPress Core


Ignore:
Timestamp:
10/17/2008 08:02:03 PM (18 years ago)
Author:
markjaquith
Message:

Bring back the H2s. Rough draft.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/media-upload.php

    r9223 r9232  
    3232
    3333if ( isset($_GET['inline']) ) {
    34        
     34
    3535        if ( isset($_GET['upload-page-form']) ) {
    3636                $errors = media_upload_form_handler();
     
    5353        }
    5454
    55         $title = __('Upload Media');
     55        $title = __('Upload New Media');
    5656        $parent_file = 'edit.php';
    5757        require_once('admin-header.php'); ?>
    5858        <div class="wrap">
     59        <h2><?php echo $title ?></h2>
    5960
    6061        <form enctype="multipart/form-data" method="post" action="media-upload.php?inline=&amp;upload-page-form=" class="media-upload-form type-form validate" id="file-form">
    61        
     62
    6263        <?php media_upload_form(); ?>
    63        
     64
    6465        <script type="text/javascript">
    6566        jQuery(function($){
Note: See TracChangeset for help on using the changeset viewer.