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 785 785 </style> 786 786 <div id='edButtons' style='display:none;'> 787 787 <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; ?>")' /> 790 790 </div> 791 791 <script type="text/javascript"> 792 792 if ( typeof tinyMCE != "undefined" && tinyMCE.configs.length > 0 )
