'FCKeditor', 'author' => array('FCKeditor.net', 'Wikia'), 'version' => 'fckeditor/mw-extension $Rev$ 2008', 'url' => 'http://www.mediawiki.org/wiki/Extension:FCKeditor_%28by_FCKeditor_and_Wikia%29', 'description' => 'FCKeditor extension for editing wiki pages (WYSIWYG editor)' ); $fckeditor = new FCKeditor("fake"); $wgFCKEditorIsCompatible = $fckeditor->IsCompatible(); $oFCKeditorExtension = new FCKeditor_MediaWiki(); $oFCKeditorExtension->registerHooks(); $wgDefaultUserOptions['riched_use_toggle'] = 1; $wgDefaultUserOptions['riched_start_disabled'] = 1; $wgDefaultUserOptions['riched_use_popup'] = 1; $wgDefaultUserOptions['riched_toggle_remember_state'] = 1;