HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

small flaw plugininfo

jackmaessenjackmaessen ✭✭✭
edited February 2016 in Feedback

Found a small flaw in the plugininfo
Missing Name in the array and a comma after AuthorUrl:
Edited below:

// Define the plugin:
$PluginInfo['YagaDiscussionHeaderBadges'] = array(
   'Name' => 'Yaga Discussion HeaderBadges', /* added */
   'Description' => 'This plugin shows badges in the AuthorInfo of a discussion header.',
   'Version' => '0.1.2',
   'Author' => "Martin Wahnschaffe",
   'AuthorEmail' => 'martin@imagineearth.info',
   'AuthorUrl' => 'http://www.imagineearth.info', /* , added */
   'License'     => 'GPLv3',
);

I noticed that when i did not find the plugin under the Yaga name in alfabetic order and the icon didn't show up

Comments

Sign In or Register to comment.