Make WordPress Core

Changeset 18290


Ignore:
Timestamp:
06/12/2011 12:47:18 PM (13 years ago)
Author:
dd32
Message:

Only hide the browser uploader by default if the Flash uploader is enabled. Fixes #17772

File:
1 edited

Legend:

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

    r17994 r18290  
    15611561<?php endif; // $flash ?>
    15621562
    1563 <div id="html-upload-ui" class="hide-if-js">
     1563<div id="html-upload-ui" <?php if ( $flash ) echo 'class="hide-if-js"'; ?>>
    15641564<?php do_action('pre-html-upload-ui'); ?>
    15651565    <p id="async-upload-wrap">
Note: See TracChangeset for help on using the changeset viewer.