Make WordPress Core


Ignore:
Timestamp:
11/30/2009 08:58:12 PM (16 years ago)
Author:
azaozz
Message:

Hide Cancel link in the browser uploader on Media Library screen.

File:
1 edited

Legend:

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

    r12295 r12297  
    14321432    <p id="async-upload-wrap">
    14331433    <label class="screen-reader-text" for="async-upload"><?php _e('Upload'); ?></label>
    1434     <input type="file" name="async-upload" id="async-upload" /> <input type="submit" class="button" name="html-upload" value="<?php esc_attr_e('Upload'); ?>" /> <a href="#" onclick="return top.tb_remove();"><?php _e('Cancel'); ?></a>
     1434    <input type="file" name="async-upload" id="async-upload" /> <input type="submit" class="button" name="html-upload" value="<?php esc_attr_e('Upload'); ?>" /> <a href="#" onclick="try{top.tb_remove();}catch(e){}; return false;"><?php _e('Cancel'); ?></a>
    14351435    </p>
    14361436    <div class="clear"></div>
Note: See TracChangeset for help on using the changeset viewer.