Make WordPress Core


Ignore:
Timestamp:
06/01/2011 08:01:29 PM (15 years ago)
Author:
azaozz
Message:

Make DFW use the exact same style as the normal editor, remove width resizing in DFW as it would clash with editor-style.css for some themes, fixes #17644

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/js/tinymce/wp-mce-help.php

    r17974 r18103  
    229229    <h2><?php _e('Writing at Full Speed') ?></h2>
    230230    <p><?php _e('Rather than reaching for your mouse to click on the toolbar, use these access keys. Windows and Linux use Ctrl + letter. Macintosh uses Command + letter.') ?></p>
    231     <p class="dfw-extra"><?php
    232 
    233     printf( __('In Distraction free writing mode use %1$s to make the editor wider, %2$s to make it narrower and %3$s to reset it to the original theme width.'),
    234         '<span class="win">Alt +</span><span class="mac">Ctrl +</span>',
    235         '<span class="win">Alt -</span><span class="mac">Ctrl -</span>',
    236         '<span class="win">Alt 0</span><span class="mac">Ctrl 0</span>'
    237     );
    238 
    239     ?></p>
     231
    240232    <table class="keys" width="100%" style="border: 0 none;">
    241233        <tr class="top"><th class="key center"><?php _e('Letter') ?></th><th class="left"><?php _e('Action') ?></th><th class="key center"><?php _e('Letter') ?></th><th class="left"><?php _e('Action') ?></th></tr>
Note: See TracChangeset for help on using the changeset viewer.