Make WordPress Core

Changeset 18555


Ignore:
Timestamp:
08/16/2011 02:32:36 PM (13 years ago)
Author:
azaozz
Message:

Fix HTML IDs on the uploader buttons on the dashboard, props SergeyBiryukov, see #17144

File:
1 edited

Legend:

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

    r18553 r18555  
    533533        <?php if ( current_user_can( 'upload_files' ) ) : ?>
    534534        <div id="media-buttons" class="hide-if-no-js wp-media-buttons">
    535             <?php do_action( 'media_buttons' ); ?>
     535            <?php do_action( 'media_buttons', 'content' ); ?>
    536536        </div>
    537537        <?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.