Changeset 4476
- Timestamp:
- 11/17/06 21:16:17 (1 year ago)
- Files:
-
- trunk/wp-includes/general-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/general-template.php
r4417 r4476 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">
