[wp-trac] [WordPress Trac] #4430: In Tiny_MCE Advanced button don't
appear
WordPress Trac
wp-trac at lists.automattic.com
Mon Jun 11 18:15:28 GMT 2007
#4430: In Tiny_MCE Advanced button don't appear
-------------------------+--------------------------------------------------
Reporter: TheDarkness | Owner: anonymous
Type: defect | Status: new
Priority: normal | Milestone:
Component: TinyMCE | Version:
Severity: normal | Keywords:
-------------------------+--------------------------------------------------
In wp-includes/js/tinymce/tiny_mce_config.php , line 32 , have this:
{{{
$mce_buttons = apply_filters('mce_buttons', array('bold', 'italic',
'strikethrough', 'separator', 'bullist', 'numlist', 'outdent', 'indent',
'separator', 'justifyleft', 'justifycenter', 'justifyright', 'separator',
'link', 'unlink', 'image', 'wp_more', 'separator', 'spellchecker',
'separator', 'wp_help', 'wp_adv_start', 'wp_adv', 'separator',
'formatselect', 'underline', 'justifyfull', 'forecolor', 'separator',
'pastetext', 'pasteword', 'separator', 'removeformat', 'cleanup',
'separator', 'charmap', 'separator', 'undo', 'redo', 'wp_adv_end'));
}}}
I propose change to :
{{{
$mce_buttons = apply_filters('mce_buttons', array('bold', 'italic',
'strikethrough', 'separator', 'bullist', 'numlist', 'outdent', 'indent',
'separator', 'justifyleft', 'justifycenter', 'justifyright', 'separator',
'link', 'unlink', 'image', 'wp_more', 'separator', 'spellchecker',
'separator', 'wp_help', 'separator', 'wp_adv', 'wp_adv_start',
'formatselect', 'underline', 'justifyfull', 'forecolor', 'separator',
'pastetext', 'pasteword', 'separator', 'removeformat', 'cleanup',
'separator', 'charmap', 'separator', 'undo', 'redo', 'wp_adv_end'));
}}}
--
Ticket URL: <http://trac.wordpress.org/ticket/4430>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list