Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
MakeMetaKey Function
It seems to me that the Meta key should not be based on the name of a plugin.
It would make more sense to me if the key was based of the array key rather than the plugins name. I had the plugin name set to 'Who\'s Online' which is clearly not an ideal name to have for the meta key where WhosOnline would have been better.
$PluginInfo['WhosOnline'] = array(
'Name' => 'Whos Online',
...
It would make more sense to me if the key was based of the array key rather than the plugins name. I had the plugin name set to 'Who\'s Online' which is clearly not an ideal name to have for the meta key where WhosOnline would have been better.
0