You are here

function wysiwyg_ckeditor_install_note in Wysiwyg 5.2

Same name and namespace in other branches
  1. 6.2 editors/ckeditor.inc \wysiwyg_ckeditor_install_note()
  2. 7.2 editors/ckeditor.inc \wysiwyg_ckeditor_install_note()

Return an install note.

1 string reference to 'wysiwyg_ckeditor_install_note'
wysiwyg_ckeditor_editor in editors/ckeditor.inc
Plugin implementation of hook_editor().

File

editors/ckeditor.inc, line 55
Editor integration functions for CKEditor.

Code

function wysiwyg_ckeditor_install_note() {
  return '<p class="warning">' . t('Do NOT download the "CKEditor for Drupal" edition.') . '</p>';
}