Make WordPress Core

Ticket #46640: 46640.diff

File 46640.diff, 1.1 KB (added by afercia, 5 years ago)
  • src/wp-admin/css/edit.css

     
    12731273/* DFW 2
    12741274-------------------------------------------------------------- */
    12751275
    1276 #wp-content-wrap .mce-wp-dfw,
    12771276#qt_content_dfw {
    12781277        display: none;
    12791278}
    12801279
    1281 .wp-editor-expand #wp-content-wrap .mce-wp-dfw,
    12821280.wp-editor-expand #qt_content_dfw {
    12831281        display: inline-block;
    12841282}
  • src/wp-includes/class-wp-editor.php

     
    587587
    588588                                if ( ! wp_is_mobile() ) {
    589589                                        if ( $set['_content_editor_dfw'] ) {
     590                                                $mce_buttons[] = 'wp_adv';
    590591                                                $mce_buttons[] = 'dfw';
    591592                                        } else {
    592593                                                $mce_buttons[] = 'fullscreen';
     594                                                $mce_buttons[] = 'wp_adv';
    593595                                        }
     596                                } else {
     597                                        $mce_buttons[] = 'wp_adv';
    594598                                }
    595599
    596                                 $mce_buttons[] = 'wp_adv';
    597 
    598600                                /**
    599601                                 * Filters the first-row list of TinyMCE buttons (Visual tab).
    600602                                 *