* update/add translator documentation

* remove superfluous whitespace
This commit is contained in:
Siebrand Mazeland
2010-09-13 00:49:42 +02:00
parent d6be5be548
commit 8c94ebf537
12 changed files with 24 additions and 64 deletions

View File

@@ -45,7 +45,6 @@ if (!defined('STATUSNET') && !defined('LACONICA')) {
*
* @see Form
*/
class AdminForm extends Form
{
/**
@@ -59,7 +58,6 @@ class AdminForm extends Form
*
* @return void
*/
function input($setting, $title, $instructions, $section='site')
{
$this->out->input($setting, $title, $this->value($setting, $section), $instructions);
@@ -73,7 +71,6 @@ class AdminForm extends Form
*
* @return string param value if posted, or current config value
*/
function value($setting, $main='site')
{
$value = $this->out->trimmed($setting);