mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Add the new grey TinyMCE icons, see #15986
git-svn-id: https://develop.svn.wordpress.org/trunk@17842 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1717,7 +1717,14 @@ function wp_preload_dialogs($init) {
|
||||
}
|
||||
|
||||
function wp_quicktags() {
|
||||
global $tinymce_version;
|
||||
|
||||
wp_preload_dialogs( array( 'plugins' => 'wpdialogs,wplink,wpfullscreen' ) );
|
||||
|
||||
if ( !user_can_richedit() ) {
|
||||
wp_enqueue_style( 'tinymce-buttons', includes_url('js/tinymce/themes/advanced/skins/wp_theme/ui.css'), array(), $tinymce_version );
|
||||
wp_print_styles('tinymce-buttons');
|
||||
}
|
||||
}
|
||||
|
||||
function wp_print_editor_js() {
|
||||
|
||||
Reference in New Issue
Block a user