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' : ''; ?> -