Add plugin description thanks to Brion.
This commit is contained in:
parent
04b70219db
commit
3dd921332d
@ -115,9 +115,7 @@ class SlicedFavoritesPlugin extends Plugin
|
|||||||
* @param array &$versions array of version data arrays; see EVENTS.txt
|
* @param array &$versions array of version data arrays; see EVENTS.txt
|
||||||
*
|
*
|
||||||
* @return boolean hook value
|
* @return boolean hook value
|
||||||
* @todo Needs a proper plugin description.
|
|
||||||
*/
|
*/
|
||||||
/*
|
|
||||||
function onPluginVersion(&$versions)
|
function onPluginVersion(&$versions)
|
||||||
{
|
{
|
||||||
$url = 'http://status.net/wiki/Plugin:SlicedFavorites';
|
$url = 'http://status.net/wiki/Plugin:SlicedFavorites';
|
||||||
@ -128,9 +126,8 @@ class SlicedFavoritesPlugin extends Plugin
|
|||||||
'homepage' => $url,
|
'homepage' => $url,
|
||||||
'rawdescription' =>
|
'rawdescription' =>
|
||||||
// TRANS: Plugin description.
|
// TRANS: Plugin description.
|
||||||
_m('Needs a proper plugin description.'));
|
_m('Shows timelines of popular notices for defined subsets of users.'));
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user