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

git-svn-id: https://develop.svn.wordpress.org/trunk@18555 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2011-08-16 14:32:36 +00:00
parent 8eedd18ff6
commit 182f43c74d
1 changed files with 1 additions and 1 deletions

View File

@ -532,7 +532,7 @@ function wp_dashboard_quick_press() {
<?php if ( current_user_can( 'upload_files' ) ) : ?>
<div id="media-buttons" class="hide-if-no-js wp-media-buttons">
<?php do_action( 'media_buttons' ); ?>
<?php do_action( 'media_buttons', 'content' ); ?>
</div>
<?php endif; ?>