From 86910b9a2179b88444ebac14a6260526e365ed2f Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Sun, 30 Mar 2014 00:37:15 +0000 Subject: [PATCH] Add class `wp-core-ui` to DFW and wpLink as it is required by buttons.css. Props avryl, see #27279 Built from https://develop.svn.wordpress.org/trunk@27858 git-svn-id: http://core.svn.wordpress.org/trunk@27689 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-wp-editor.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-includes/class-wp-editor.php b/wp-includes/class-wp-editor.php index 60c11fbf61..1741215e8f 100644 --- a/wp-includes/class-wp-editor.php +++ b/wp-includes/class-wp-editor.php @@ -1111,7 +1111,7 @@ final class _WP_Editors { $save = isset( $post->post_status ) && $post->post_status == 'publish' ? __('Update') : __('Save'); ?> -
data-theme-width="" data-dfw-width=""> +
@@ -1287,11 +1287,11 @@ final class _WP_Editors { * @since 3.1.0 */ public static function wp_link_dialog() { - $search_panel_visible = '1' == get_user_setting( 'wplink', '0' ) ? ' class="search-panel-visible"' : ''; + $search_panel_visible = '1' == get_user_setting( 'wplink', '0' ) ? ' search-panel-visible' : ''; ?> -