Make WordPress Core


Ignore:
Timestamp:
11/09/2008 02:54:39 PM (17 years ago)
Author:
azaozz
Message:

Menu updates: single top level menus, B&W/color icons (sprite), fix for the Firefox bug of not firing mouseout on absolute positioned elements over textareas/text fields, scaling down properly for different user roles, includes patch by Ryan, fixes #7966

File:
1 edited

Legend:

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

    r9465 r9578  
    12531253            custom_settings : {
    12541254                degraded_element_id : "html-upload-ui", // id of the element displayed when swfupload is unavailable
    1255                 swfupload_element_id : "flash-upload-ui", // id of the element displayed when swfupload is available
     1255                swfupload_element_id : "flash-upload-ui" // id of the element displayed when swfupload is available
    12561256            },
    12571257            debug: false
     
    12631263<div id="flash-upload-ui">
    12641264<?php do_action('pre-flash-upload-ui'); ?>
    1265     <div id="flash-browse-button"></div>
    1266     <p><?php _e( 'Choose files to upload' ); ?></p>
     1265   
     1266    <div><?php _e( 'Choose files to upload' ); ?> <div id="flash-browse-button"></div></div>
    12671267<?php do_action('post-flash-upload-ui'); ?>
    12681268    <p class="howto"><?php _e('After a file has been uploaded, you can add titles and descriptions.'); ?></p>
Note: See TracChangeset for help on using the changeset viewer.