Fix docblock in mod/admin.php

This commit is contained in:
Hypolite Petovan 2019-01-19 22:04:01 -05:00
부모 89cb1b276d
커밋 f4502af239
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제

파일 보기

@ -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
*/