function syntaxhighlighter_update_6101 in Syntax Highlighter 6
Same name and namespace in other branches
- 6.2 syntaxhighlighter.install \syntaxhighlighter_update_6101()
File
- ./
syntaxhighlighter.install, line 61 - Syntax highlighter module installation file.
Code
function syntaxhighlighter_update_6101() {
$t = get_t();
drupal_set_message($t('Go to <a href="!link">filters settings</a> to enable the Syntaxhighlighter filter in the appropriate input format. It\'s not necessary to use Full HTML format anymore.', array(
'!link' => url('admin/settings/filters'),
)), 'warning');
return array();
}