Ticket #3233: 3233.patch

File 3233.patch, 0.8 kB (added by foolswisdom, 2 years ago)

Include HTML comment as proposed by MarkJaquith?

  • wp-includes/general-template.php

    old new  
    778778        </style> 
    779779        <div id='edButtons' style='display:none;'> 
    780780                <div class='zerosize'><input accesskey='e' type='button' onclick='switchEditors("<?php echo $id; ?>")' /></div> 
    781                 <input id='edButtonPreview' class='edButtonFore' type='button' value='<?php _e('Editor'); ?>' /> 
     781                <input id='edButtonPreview' class='edButtonFore' type='button' value='<?php _e('Editor<!--Tab-->'); ?>' /> 
    782782                <input id='edButtonHTML' class='edButtonBack' type='button' value='<?php _e('HTML'); ?>' onclick='switchEditors("<?php echo $id; ?>")' /> 
    783783        </div> 
    784784        <script type="text/javascript">