From f4502af2398a2a86b801838cf06f56cac2f4d9d7 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Sat, 19 Jan 2019 22:04:01 -0500 Subject: [PATCH] Fix docblock in mod/admin.php --- mod/admin.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 */