Changeset 21212 for trunk/wp-includes/class-wp-editor.php
- Timestamp:
- 07/05/2012 03:28:13 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/class-wp-editor.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-wp-editor.php
r21211 r21212 35 35 'textarea_rows' => get_option('default_post_edit_rows', 10), // rows="..." 36 36 'tabindex' => '', 37 'editor_css' => '', // intended for extra styles for both visual and HTMLeditors buttons, needs to include the <style> tags, can use "scoped".37 'editor_css' => '', // intended for extra styles for both visual and Text editors buttons, needs to include the <style> tags, can use "scoped". 38 38 'editor_class' => '', // add extra class(es) to the editor textarea 39 39 'teeny' => false, // output the minimal editor config used in Press This … … 625 625 <div id="wp-fullscreen-mode-bar"><div id="wp-fullscreen-modes"> 626 626 <a href="#" onclick="fullscreen.switchmode('tinymce');return false;"><?php _e('Visual'); ?></a> 627 <a href="#" onclick="fullscreen.switchmode('html');return false;"><?php _e(' HTML'); ?></a>627 <a href="#" onclick="fullscreen.switchmode('html');return false;"><?php _e('Text'); ?></a> 628 628 </div></div> 629 629
Note: See TracChangeset
for help on using the changeset viewer.