Changeset 4476
- Timestamp:
- 11/17/2006 09:16:17 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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">
Note: See TracChangeset
for help on using the changeset viewer.