Make WordPress Core


Ignore:
Timestamp:
04/30/2008 08:21:09 PM (18 years ago)
Author:
ryan
Message:

thickbox and media upload fixes from azaozz. fixes #6843

File:
1 edited

Legend:

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

    r7825 r7862  
    961961</div>
    962962
    963 <p>
    964963<ul class="subsubsub">
    965964<?php
     
    993992?>
    994993</ul>
    995 </p>
    996994
    997995<div class="tablenav">
     
    10681066<?php echo get_media_items(null, $errors); ?>
    10691067</div>
     1068<p class="ml-submit">
    10701069<input type="submit" class="button savebutton" name="save" value="<?php echo attribute_escape( __( 'Save all changes' ) ); ?>" />
    10711070<input type="hidden" name="post_id" id="post_id" value="<?php echo (int) $post_id; ?>" />
     1071</p>
    10721072</form>
    10731073<?php
Note: See TracChangeset for help on using the changeset viewer.