summaryrefslogtreecommitdiff
path: root/inc/common.php
diff options
context:
space:
mode:
authorGerrit Uitslag <klapinklapin@gmail.com>2014-03-16 21:10:43 +0100
committerGerrit Uitslag <klapinklapin@gmail.com>2014-03-16 21:10:43 +0100
commitcd4635ee7f07ae17e1b2a58d8d9e6620ddb077ef (patch)
treef4c675d020c2847b2872fe239b10346e5eed1199 /inc/common.php
parent898f93a1f1396ff4762d1a25dc4c41caa9f81fd9 (diff)
downloadrpg-cd4635ee7f07ae17e1b2a58d8d9e6620ddb077ef.tar.gz
rpg-cd4635ee7f07ae17e1b2a58d8d9e6620ddb077ef.tar.bz2
Rename userinfo() to userlink()
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 14d4a9d79..eef160122 100644
--- a/inc/common.php
+++ b/inc/common.php
@@ -1464,7 +1464,7 @@ function shorten($keep, $short, $max, $min = 9, $char = '…') {
* @author Andy Webber <dokuwiki AT andywebber DOT com>
*/
function editorinfo($username, $textonly = false) {
- return userinfo($username, $textonly);
+ return userlink($username, $textonly);
}
/**
@@ -1476,7 +1476,7 @@ function editorinfo($username, $textonly = false) {
*
* @triggers COMMON_USER_LINK
*/
-function userinfo($username = null, $textonly = false) {
+function userlink($username = null, $textonly = false) {
global $conf, $INFO;
/** @var DokuWiki_Auth_Plugin $auth */
global $auth;