Make WordPress Core


Ignore:
Timestamp:
09/15/2011 05:30:58 AM (14 years ago)
Author:
azaozz
Message:

Improve handling of plupload init and add a filter, stop including cookies in the init (not needed with plupload), see #18206

File:
1 edited

Legend:

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

    r18482 r18674  
    9393    <input type="hidden" name="post_id" id="post_id" value="0" />
    9494    <?php wp_nonce_field('media-form'); ?>
    95     <div id="media-items" class="hide-if-no-js"> </div>
     95    <div id="media-items" class="hide-if-no-js"></div>
    9696    <?php submit_button( __( 'Save all changes' ), 'button savebutton hide-if-no-js', 'save' ); ?>
    9797    </form>
Note: See TracChangeset for help on using the changeset viewer.