[wp-trac] [WordPress Trac] #17334: WP 3.2, Tinymce & toggle fullscreen mode
WordPress Trac
wp-trac at lists.automattic.com
Fri May 20 14:43:19 UTC 2011
#17334: WP 3.2, Tinymce & toggle fullscreen mode
--------------------------+------------------------------
Reporter: arena | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: TinyMCE | Version: 3.2
Severity: normal | Resolution:
Keywords: dev-feedback |
--------------------------+------------------------------
Comment (by azaozz):
Have a look at `tiny_mce_before_init`, the plugins there are a comma
separated string so you can probably
{{{
$initArray['plugins'] = str_replace( ',wpfullscreen', '',
$initArray['plugins'] )
}}}
and repeat for any other default plugins you want to remove.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/17334#comment:4>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list