Ticket #3233: 3233-2.patch

File 3233-2.patch, 1.0 kB (added by foolswisdom, 2 years ago)
  • wp-includes/general-template.php

    old new  
    785785        </style> 
    786786        <div id='edButtons' style='display:none;'> 
    787787                <div class='zerosize'><input accesskey='e' type='button' onclick='switchEditors("<?php echo $id; ?>")' /></div> 
    788                 <input id='edButtonPreview' class='edButtonFore' type='button' value='<?php _e('Editor'); ?>' /> 
    789                 <input id='edButtonHTML' class='edButtonBack' type='button' value='<?php _e('HTML'); ?>' onclick='switchEditors("<?php echo $id; ?>")' /> 
     788                <input id='edButtonPreview' class='edButtonFore' type='button' value='<?php _e('Visual'); ?>' /> 
     789                <input id='edButtonHTML' class='edButtonBack' type='button' value='<?php _e('Code'); ?>' onclick='switchEditors("<?php echo $id; ?>")' /> 
    790790        </div> 
    791791        <script type="text/javascript"> 
    792792                if ( typeof tinyMCE != "undefined" && tinyMCE.configs.length > 0 )