Fix docblock in mod/admin.php
This commit is contained in:
parent
89cb1b276d
commit
f4502af239
1 changed files with 3 additions and 1 deletions
|
@ -34,7 +34,9 @@ use Friendica\Util\Strings;
|
|||
use Friendica\Util\Temporal;
|
||||
|
||||
/**
|
||||
* Sets the current theme for theme settings pages. This needs to be done before the post() or content() are called
|
||||
* Sets the current theme for theme settings pages.
|
||||
*
|
||||
* This needs to be done before the post() or content() methods are called.
|
||||
*
|
||||
* @param App $a
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue