Esempio n. 1
0
/**
 *
 *
 * @return unknown
 */
function identify_modifier_bbcode()
{
    $help = bblog_modifier_bbcode_help();
    return array('name' => 'bbcode', 'type' => 'modifier', 'nicename' => 'BBCode', 'description' => 'Converts BBCode style tags to HTML and makes URLs clickable', 'authors' => 'André Rabold, Nathan Codding, The PHPBB group', 'licence' => 'GPL', 'help' => $help);
}
/**
* need a description
*/
function identify_modifier_bbcode()
{
    $help = bblog_modifier_bbcode_help();
    return array('name' => 'bbcode', 'type' => 'modifier', 'nicename' => 'BBCode Plus', 'description' => 'Converts BBCode style tags to HTML and makes URLs clickable (plus support for language specific syntax highlighting and more)', 'authors' => 'Toby Miller', 'licence' => 'GPL', 'help' => $help);
}