function ckeditor_wysiwyg_version in CKEditor for WYSIWYG Module 7
Detect editor version.
Parameters
$editor: An array containing editor properties as returned from hook_editor().
Return value
The installed editor version.
1 string reference to 'ckeditor_wysiwyg_version'
- ckeditor_ckeditor_extended_editor in includes/
ckeditor_extended.inc - Plugin implementation of hook_editor().
File
- includes/
ckeditor_extended.inc, line 57 - Editor integration functions for CKEditor.
Code
function ckeditor_wysiwyg_version($editor) {
return '4.0';
}