Make WordPress Core

Ticket #20993: 20993.4.diff

File 20993.4.diff, 944 bytes (added by obenland, 12 years ago)
  • wp-includes/class-wp-editor.php

     
    625625                        <div id="wp-fullscreen-central-toolbar" style="width:<?php echo $width; ?>px;">
    626626
    627627                        <div id="wp-fullscreen-mode-bar"><div id="wp-fullscreen-modes">
    628                                 <a href="#" onclick="fullscreen.switchmode('tinymce');return false;"><?php _e('Visual'); ?></a>
    629                                 <a href="#" onclick="fullscreen.switchmode('html');return false;"><?php _e('Text'); ?></a>
     628                                <a href="#" onclick="fullscreen.switchmode('tinymce');return false;"><?php _e( 'Visual' ); ?></a>
     629                                <a href="#" onclick="fullscreen.switchmode('html');return false;"><?php _ex( 'Text', 'Name for the Text editor tab (formerly HTML)' ); ?></a>
    630630                        </div></div>
    631631
    632632                        <div id="wp-fullscreen-button-bar"><div id="wp-fullscreen-buttons" class="wp_themeSkin">