Make WordPress Core


Ignore:
Timestamp:
04/30/2008 08:28:02 PM (16 years ago)
Author:
ryan
Message:

thickbox and media upload fixes from azaozz. fixes #6843 for 2.5

File:
1 edited

Legend:

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

    r7826 r7863  
    953953</div>
    954954
    955 <p>
    956955<ul class="subsubsub">
    957956<?php
     
    985984?>
    986985</ul>
    987 </p>
    988986
    989987<div class="tablenav">
     
    10601058<?php echo get_media_items(null, $errors); ?>
    10611059</div>
     1060<p class="ml-submit">
    10621061<input type="submit" class="button savebutton" name="save" value="<?php echo attribute_escape( __( 'Save all changes' ) ); ?>" />
    10631062<input type="hidden" name="post_id" id="post_id" value="<?php echo (int) $post_id; ?>" />
     1063</p>
    10641064</form>
    10651065<?php
Note: See TracChangeset for help on using the changeset viewer.