Changeset 19316 for trunk/wp-includes/class-wp-editor.php
- Timestamp:
- 11/17/2011 02:44:28 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/class-wp-editor.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-wp-editor.php
r19263 r19316 84 84 } 85 85 86 $buttons .= '<a id="' . $editor_id . '-html" class="hide-if-no-js wp-switch-editor switch-html" onclick="switchEditors. go(this);return false;">' . __('HTML') . "</a>\n";87 $buttons .= '<a id="' . $editor_id . '-tmce" class="hide-if-no-js wp-switch-editor switch-tmce" onclick="switchEditors. go(this);return false;">' . __('Visual') . "</a>\n";86 $buttons .= '<a id="' . $editor_id . '-html" class="hide-if-no-js wp-switch-editor switch-html" onclick="switchEditors.switchto(this);">' . __('HTML') . "</a>\n"; 87 $buttons .= '<a id="' . $editor_id . '-tmce" class="hide-if-no-js wp-switch-editor switch-tmce" onclick="switchEditors.switchto(this);">' . __('Visual') . "</a>\n"; 88 88 } else { 89 89 if ( $this->this_tinymce )
Note: See TracChangeset
for help on using the changeset viewer.