summaryrefslogtreecommitdiff
path: root/inc/common.php
diff options
context:
space:
mode:
authorGerrit Uitslag <klapinklapin@gmail.com>2014-03-16 21:00:06 +0100
committerGerrit Uitslag <klapinklapin@gmail.com>2014-03-16 21:00:06 +0100
commitc0953023fdf442f13e6c27b7bd70dcde61243e88 (patch)
treeb6af40e45c06b8d24c0d9c0e1446666737cd456e /inc/common.php
parent15f3bc49ed925ccb7c04299e9f614b0a1b739b13 (diff)
downloadrpg-c0953023fdf442f13e6c27b7bd70dcde61243e88.tar.gz
rpg-c0953023fdf442f13e6c27b7bd70dcde61243e88.tar.bz2
improve phpdocs editorinfo()
Diffstat (limited to 'inc/common.php')
-rw-r--r--inc/common.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/common.php b/inc/common.php
index f0c935c0c..14d4a9d79 100644
--- a/inc/common.php
+++ b/inc/common.php
@@ -1459,7 +1459,7 @@ function shorten($keep, $short, $max, $min = 9, $char = '…') {
*
* @param string|bool $username or false when currently logged-in user should be used
* @param bool $textonly true returns only plain text, true allows returning html
- * @return string html or text of formatted user name
+ * @return string html or plain text(not escaped) of formatted user name
*
* @author Andy Webber <dokuwiki AT andywebber DOT com>
*/
@@ -1472,7 +1472,7 @@ function editorinfo($username, $textonly = false) {
*
* @param string|bool $username or false when currently logged-in user should be used
* @param bool $textonly true returns only plain text, true allows returning html
- * @return string html or text of formatted user name
+ * @return string html or plain text(not escaped) of formatted user name
*
* @triggers COMMON_USER_LINK
*/