[wp-trac] [WordPress Trac] #17334: WP 3.2, Tinymce & toggle fullscreen mode
WordPress Trac
wp-trac at lists.automattic.com
Fri May 20 17:05:04 UTC 2011
#17334: WP 3.2, Tinymce & toggle fullscreen mode
--------------------------+------------------------------
Reporter: arena | Owner:
Type: defect (bug) | Status: closed
Priority: normal | Milestone: Awaiting Review
Component: TinyMCE | Version: 3.2
Severity: normal | Resolution: fixed
Keywords: |
--------------------------+------------------------------
Changes (by arena):
* keywords: dev-feedback =>
* status: new => closed
* resolution: => fixed
Comment:
@azaozz
just great ! thank you !
here is my code for doc purpose
{{{
add_filter('tiny_mce_before_init', 'my_tiny_mce_before_init');
function my_tiny_mce_before_init($initArray)
{
$initArray['plugins'] = str_replace( array('wpfullscreen',',,') ,
array('', ',') , $initArray['plugins'] );
return $initArray;
}
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/17334#comment:5>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list