Make WordPress Core


Ignore:
Timestamp:
11/01/2008 05:20:55 PM (18 years ago)
Author:
ryan
Message:

Make sure Upload button always shows. Props filosofo. see #6979

File:
1 edited

Legend:

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

    r9458 r9465  
    12191219<script type="text/javascript">
    12201220<!--
    1221 jQuery(function($){
     1221SWFUpload.onload = function() {
    12221222        swfu = new SWFUpload({
    12231223                        button_text: '<span class="button"><?php _e('Upload'); ?></span>',
     
    12571257                        debug: false
    12581258                });
    1259 });
     1259};
    12601260//-->
    12611261</script>
Note: See TracChangeset for help on using the changeset viewer.