Extended profile - Add sammdy to author credits in version info
This commit is contained in:
parent
e7843dfda2
commit
262126bd54
@ -32,12 +32,14 @@ class ExtendedProfilePlugin extends Plugin
|
|||||||
|
|
||||||
function onPluginVersion(&$versions)
|
function onPluginVersion(&$versions)
|
||||||
{
|
{
|
||||||
$versions[] = array('name' => 'ExtendedProfile',
|
$versions[] = array(
|
||||||
|
'name' => 'ExtendedProfile',
|
||||||
'version' => STATUSNET_VERSION,
|
'version' => STATUSNET_VERSION,
|
||||||
'author' => 'Brion Vibber, Zach Copley',
|
'author' => 'Brion Vibber, Samantha Doherty, Zach Copley',
|
||||||
'homepage' => 'http://status.net/wiki/Plugin:ExtendedProfile',
|
'homepage' => 'http://status.net/wiki/Plugin:ExtendedProfile',
|
||||||
'rawdescription' =>
|
'rawdescription' => _m(
|
||||||
_m('UI extensions for additional profile fields.'));
|
'UI extensions for additional profile fields.')
|
||||||
|
);
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user