aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_content.php
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-08-19 22:54:45 +0200
committerTristan Darricau <github@nicofuma.fr>2014-08-19 22:54:45 +0200
commitc013e727d43348ac66b1a12fda7e34d46fe241ea (patch)
tree0f24611bbddec24fbfce085844edc818b482e5c6 /phpBB/includes/functions_content.php
parentda3ddaf676827b1377306f7a89079b96d1bcc253 (diff)
downloadforums-c013e727d43348ac66b1a12fda7e34d46fe241ea.tar
forums-c013e727d43348ac66b1a12fda7e34d46fe241ea.tar.gz
forums-c013e727d43348ac66b1a12fda7e34d46fe241ea.tar.bz2
forums-c013e727d43348ac66b1a12fda7e34d46fe241ea.tar.xz
forums-c013e727d43348ac66b1a12fda7e34d46fe241ea.zip
[ticket/12999] Remove @author tags
PHPBB3-12999
Diffstat (limited to 'phpBB/includes/functions_content.php')
-rw-r--r--phpBB/includes/functions_content.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/includes/functions_content.php b/phpBB/includes/functions_content.php
index ee78364083..f275ed1dd1 100644
--- a/phpBB/includes/functions_content.php
+++ b/phpBB/includes/functions_content.php
@@ -1323,7 +1323,6 @@ function truncate_string($string, $max_length = 60, $max_store_length = 255, $al
* @param string $custom_profile_url optional parameter to specify a profile url. The user id get appended to this url as &amp;u={user_id}
*
* @return string A string consisting of what is wanted based on $mode.
-* @author BartVB, Acyd Burn
*/
function get_username_string($mode, $user_id, $username, $username_colour = '', $guest_username = false, $custom_profile_url = false)
{