'COMMENT', 'auto_activate' => FALSE, 'requires_pair' => TRUE, 'load_function' => 'data_comment', 'title' => 'Comment', 'help_page' => 'DataPluginComment', 'description' => tra("This plugin allows Comments (Text that will not be displayed) to be added to a page."), 'help_function' => 'data__comment_help', 'syntax' => "{comment}Data Not Displayed{/comment}", 'plugin_type' => DATA_PLUGIN ); $gLibertySystem->registerPlugin( PLUGIN_GUID_DATACOMMENT, $pluginParams ); $gLibertySystem->registerDataTag( $pluginParams['tag'], PLUGIN_GUID_DATACOMMENT ); /** * data_comment_help * * @access public * @return string help */ function data_comment_help() { $help = '
| ' . tra( "Key" ) . ' | ' .'' . tra( "Type" ) . ' | ' .'' . tra( "Comments" ) . ' | ' .'
|---|---|---|
| ' . tra("This plugin uses no parameters. Anything located between the two") . ' {COMMENT} ' . tra("Blocks is not displayed.") . ' | ' .'