[wp-trac] [WordPress Trac] #20237: Default editor needs support for non-DFW fullscreen mode
WordPress Trac
wp-trac at lists.automattic.com
Thu Mar 15 00:20:42 UTC 2012
#20237: Default editor needs support for non-DFW fullscreen mode
-------------------------+------------------------------
Reporter: danblaker | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Editor | Version: 3.3.1
Severity: minor | Resolution:
Keywords: close |
-------------------------+------------------------------
Changes (by azaozz):
* keywords: => close
Comment:
You can always add the old fullscreen button to the editor on the edit
post screen with a "micro-plugin":
{{{
add_filter('mce_buttons', 'my_mce_buttons');
function my_mce_buttons($buttons) {
$buttons[] = 'fullscreen';
return $buttons;
}
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/20237#comment:1>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list