Ticket #3233: 3233.patch
| File 3233.patch, 0.8 kB (added by foolswisdom, 2 years ago) |
|---|
-
wp-includes/general-template.php
old new 778 778 </style> 779 779 <div id='edButtons' style='display:none;'> 780 780 <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-->'); ?>' /> 782 782 <input id='edButtonHTML' class='edButtonBack' type='button' value='<?php _e('HTML'); ?>' onclick='switchEditors("<?php echo $id; ?>")' /> 783 783 </div> 784 784 <script type="text/javascript">
