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:
parent
8eedd18ff6
commit
182f43c74d
|
@ -532,7 +532,7 @@ function wp_dashboard_quick_press() {
|
||||||
|
|
||||||
<?php if ( current_user_can( 'upload_files' ) ) : ?>
|
<?php if ( current_user_can( 'upload_files' ) ) : ?>
|
||||||
<div id="media-buttons" class="hide-if-no-js wp-media-buttons">
|
<div id="media-buttons" class="hide-if-no-js wp-media-buttons">
|
||||||
<?php do_action( 'media_buttons' ); ?>
|
<?php do_action( 'media_buttons', 'content' ); ?>
|
||||||
</div>
|
</div>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue