Ticket #17942: 17942.diff
File 17942.diff, 618 bytes (added by , 14 years ago) |
---|
-
wp-admin/includes/post.php
1809 1809 'help' => array( 'title' => __('Help (Alt + Shift + H)'), 'onclick' => 'fullscreen.help();', 'both' => false ) 1810 1810 ); 1811 1811 1812 if ( is_multisite() && ( ( ! $mu_media_buttons = get_site_option( 'mu_media_buttons' ) ) || empty( $mu_media_buttons['image'] ) ) ) 1813 unset( $buttons['image'] ); 1814 1812 1815 $buttons = apply_filters( 'wp_fullscreen_buttons', $buttons ); 1813 1816 1814 1817 foreach ( $buttons as $button => $args ) {