From 02a46f536803704f4e6b5c82ada3425728f3957e Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Sun, 30 Mar 2014 00:36:12 +0000 Subject: [PATCH] Add class `wp-core-ui` to DFW and wpLink as it is required by buttons.css. Props avryl, see #27279 git-svn-id: https://develop.svn.wordpress.org/trunk@27858 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/class-wp-editor.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/wp-includes/class-wp-editor.php b/src/wp-includes/class-wp-editor.php index 60c11fbf61..1741215e8f 100644 --- a/src/wp-includes/class-wp-editor.php +++ b/src/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' : ''; ?> -