You are here

function wysiwyg_markitup_install_note in Wysiwyg 6.2

Same name and namespace in other branches
  1. 7.2 editors/markitup.inc \wysiwyg_markitup_install_note()

Return an install note.

1 string reference to 'wysiwyg_markitup_install_note'
wysiwyg_markitup_editor in editors/markitup.inc
Plugin implementation of hook_editor().

File

editors/markitup.inc, line 46
Editor integration functions for markItUp.

Code

function wysiwyg_markitup_install_note() {
  return '<p class="warning">' . t('Only rename the extracted folder from "latest" to "markitup", no other changes needed.') . '</p>';
}