Add plugin description thanks to Brion.

This commit is contained in:
Siebrand Mazeland 2010-10-01 22:21:12 +02:00
parent 04b70219db
commit 3dd921332d
1 changed files with 1 additions and 4 deletions

View File

@ -115,9 +115,7 @@ class SlicedFavoritesPlugin extends Plugin
* @param array &$versions array of version data arrays; see EVENTS.txt
*
* @return boolean hook value
* @todo Needs a proper plugin description.
*/
/*
function onPluginVersion(&$versions)
{
$url = 'http://status.net/wiki/Plugin:SlicedFavorites';
@ -128,9 +126,8 @@ class SlicedFavoritesPlugin extends Plugin
'homepage' => $url,
'rawdescription' =>
// TRANS: Plugin description.
_m('Needs a proper plugin description.'));
_m('Shows timelines of popular notices for defined subsets of users.'));
return true;
}
*/
}