Changeset 27428
- Timestamp:
- 03/06/2014 12:53:40 AM (11 years ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 3 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-editor.php
r27408 r27428 232 232 $plugins = array_unique( apply_filters( 'tiny_mce_plugins', array( 233 233 'charmap', 234 'hr', 234 235 'link', 235 236 'media', … … 391 392 $mce_buttons_2 = $mce_buttons_3 = $mce_buttons_4 = array(); 392 393 } else { 393 $mce_buttons = apply_filters('mce_buttons', array('bold', 'italic', 'strikethrough', 'bullist', 'numlist', 'blockquote', ' alignleft', 'aligncenter', 'alignright', 'image', 'link', 'unlink', 'wp_more', 'spellchecker', 'fullscreen', 'wp_adv' ), $editor_id);394 $mce_buttons = apply_filters('mce_buttons', array('bold', 'italic', 'strikethrough', 'bullist', 'numlist', 'blockquote', 'hr', 'alignleft', 'aligncenter', 'alignright', 'link', 'unlink', 'wp_more', 'spellchecker', 'fullscreen', 'wp_adv' ), $editor_id); 394 395 $mce_buttons_2 = apply_filters('mce_buttons_2', array( 'formatselect', 'underline', 'alignjustify', 'forecolor', 'pastetext', 'removeformat', 'charmap', 'outdent', 'indent', 'undo', 'redo', 'wp_help' ), $editor_id); 395 396 $mce_buttons_3 = apply_filters('mce_buttons_3', array(), $editor_id);
Note: See TracChangeset
for help on using the changeset viewer.