]> git.mxchange.org Git - friendica.git/commitdiff
Fix docblock in mod/admin.php
authorHypolite Petovan <hypolite@mrpetovan.com>
Sun, 20 Jan 2019 03:04:01 +0000 (22:04 -0500)
committerHypolite Petovan <hypolite@mrpetovan.com>
Sun, 20 Jan 2019 03:04:01 +0000 (22:04 -0500)
mod/admin.php

index 24b8b29a1b474b5154dcf7c215e097c4acee6cc9..9b8a054c423e4cb391d76aef7a08e7c35173f2bc 100644 (file)
@@ -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
  */