* L10/i18n review.

* Translator hints added
* whitespace updates
This commit is contained in:
Siebrand Mazeland
2010-10-01 21:45:19 +02:00
parent 54c88cba57
commit 06ca06fbd1
6 changed files with 23 additions and 24 deletions

View File

@@ -44,7 +44,6 @@ require_once INSTALLDIR.'/lib/form.php';
*
* @see AnonDisfavorForm
*/
class AnonFavorForm extends FavorForm
{
@@ -54,7 +53,6 @@ class AnonFavorForm extends FavorForm
* @param HTMLOutputter $out output channel
* @param Notice $notice notice to favor
*/
function __construct($out=null, $notice=null)
{
parent::__construct($out, $notice);
@@ -65,7 +63,6 @@ class AnonFavorForm extends FavorForm
*
* @return string URL of the action
*/
function action()
{
return common_local_url('AnonFavor');