From: Hypolite Petovan Date: Sun, 20 Jan 2019 03:04:01 +0000 (-0500) Subject: Fix docblock in mod/admin.php X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f4502af2398a2a86b801838cf06f56cac2f4d9d7;p=friendica.git Fix docblock in mod/admin.php --- diff --git a/mod/admin.php b/mod/admin.php index 24b8b29a1b..9b8a054c42 100644 --- a/mod/admin.php +++ b/mod/admin.php @@ -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 */