add version info to SamplePlugin
This commit is contained in:
parent
9693b2cf2f
commit
42834944e0
|
@ -266,5 +266,16 @@ class SamplePlugin extends Plugin
|
||||||
_m('Hello'), _m('A warm greeting'), false, 'nav_hello');
|
_m('Hello'), _m('A warm greeting'), false, 'nav_hello');
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function onPluginVersion(&$versions)
|
||||||
|
{
|
||||||
|
$versions[] = array('name' => 'Sample',
|
||||||
|
'version' => STATUSNET_VERSION,
|
||||||
|
'author' => 'Brion Vibber, Evan Prodromou',
|
||||||
|
'homepage' => 'http://status.net/wiki/Plugin:Sample',
|
||||||
|
'rawdescription' =>
|
||||||
|
_m('A sample plugin to show basics of development for new hackers.'));
|
||||||
|
return true;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user