Make WordPress Core


Ignore:
Timestamp:
08/16/2011 04:54:51 AM (14 years ago)
Author:
azaozz
Message:

Fix (temporarily?) the spacing between the uploader buttons on the dashboard, props SergeyBiryukov and andrewryno, see #17144

File:
1 edited

Legend:

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

    r18314 r18553  
    532532
    533533        <?php if ( current_user_can( 'upload_files' ) ) : ?>
    534         <div id="media-buttons" class="hide-if-no-js">
     534        <div id="media-buttons" class="hide-if-no-js wp-media-buttons">
    535535            <?php do_action( 'media_buttons' ); ?>
    536536        </div>
Note: See TracChangeset for help on using the changeset viewer.