"Compose" becomes "Editor" in RTE. fixes #3172
git-svn-id: http://svn.automattic.com/wordpress/trunk@4347 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
44cfde6f04
commit
2baac24452
|
@ -776,7 +776,7 @@ function the_editor($content, $id = 'content', $prev_id = 'title') {
|
|||
</style>
|
||||
<div id='edButtons' style='display:none;'>
|
||||
<div class='zerosize'><input accesskey='e' type='button' onclick='switchEditors("<?php echo $id; ?>")' /></div>
|
||||
<input id='edButtonPreview' class='edButtonFore' type='button' value='<?php _e('Compose'); ?>' />
|
||||
<input id='edButtonPreview' class='edButtonFore' type='button' value='<?php _e('Editor'); ?>' />
|
||||
<input id='edButtonHTML' class='edButtonBack' type='button' value='<?php _e('HTML'); ?>' onclick='switchEditors("<?php echo $id; ?>")' />
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
|
|
Loading…
Reference in New Issue