Make WordPress Core

Changeset 30582


Ignore:
Timestamp:
11/26/2014 10:29:57 PM (10 years ago)
Author:
markjaquith
Message:

Remove old DFW width adjustment help text.

fixes #30517

File:
1 edited

Legend:

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

    r29449 r30582  
    132132        <tr><th>x</th><td><?php _e('Add/remove code tag'); ?></td><th> </th><td>&nbsp;</td></tr>
    133133    </table>
    134 
    135     <p style="padding: 15px 10px 10px;"><?php _e('Editor width in Distraction Free Writing mode:'); ?></p>
    136     <table class="keys">
    137         <tr><th><span class="win">Alt +</span><span class="mac">Ctrl +</span></th><td><?php _e('Wider'); ?></td>
    138             <th><span class="win">Alt -</span><span class="mac">Ctrl -</span></th><td><?php _e('Narrower'); ?></td></tr>
    139         <tr><th><span class="win">Alt 0</span><span class="mac">Ctrl 0</span></th><td><?php _e('Default width'); ?></td><th></th><td></td></tr>
    140     </table>
    141134</div>
    142135
Note: See TracChangeset for help on using the changeset viewer.