add version info to OpenID plugin
This commit is contained in:
parent
1c824a52ec
commit
0587dcc045
|
@ -308,4 +308,15 @@ class OpenIDPlugin extends Plugin
|
|||
$tables[] = 'User_openid_trustroot';
|
||||
return true;
|
||||
}
|
||||
|
||||
function onPluginVersion(&$versions)
|
||||
{
|
||||
$versions[] = array('name' => 'OpenID',
|
||||
'version' => STATUSNET_VERSION,
|
||||
'author' => 'Evan Prodromou, Craig Andrews',
|
||||
'homepage' => 'http://status.net/wiki/Plugin:OpenID',
|
||||
'rawdescription' =>
|
||||
_m('Use <a href="http://openid.net/">OpenID</a> to login to the site.'));
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user