Source for file data.comment.php
Documentation is available at data.comment.php
* @subpackage plugins_data
define( 'PLUGIN_GUID_DATACOMMENT', 'datacomment' );
'auto_activate' => FALSE,
'load_function' => 'data_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}",
'<table class="data help">'
. '<th>' . tra( "Key" ) . '</th>'
. '<th>' . tra( "Type" ) . '</th>'
. '<th>' . tra( "Comments" ) . '</th>'
. '<td>' . tra("This plugin uses no parameters. Anything located between the two")
. ' <strong>{COMMENT}</strong> ' . tra("Blocks is not displayed.") . '</td>'
. tra("Example: ") . "{COMMENT}" . tra("Everything in here is not displayed.") . "{/COMMENT}";
|