aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_content.php
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2014-08-21 13:44:10 +0200
committerAndreas Fischer <bantu@phpbb.com>2014-08-21 13:44:10 +0200
commita7a05ca75cd646a3d262f3a4b0c67dad3ba0b385 (patch)
tree467b49e2305c3eeacc6d87f679edc6efe6a33658 /phpBB/includes/functions_content.php
parent31aac66f5aca218254a6ff199c21a282bc6059bc (diff)
parentc013e727d43348ac66b1a12fda7e34d46fe241ea (diff)
downloadforums-a7a05ca75cd646a3d262f3a4b0c67dad3ba0b385.tar
forums-a7a05ca75cd646a3d262f3a4b0c67dad3ba0b385.tar.gz
forums-a7a05ca75cd646a3d262f3a4b0c67dad3ba0b385.tar.bz2
forums-a7a05ca75cd646a3d262f3a4b0c67dad3ba0b385.tar.xz
forums-a7a05ca75cd646a3d262f3a4b0c67dad3ba0b385.zip
Merge pull request #2894 from Nicofuma/ticket/12999
[ticket/12999] Remove @author tags * Nicofuma/ticket/12999: [ticket/12999] Remove @author tags
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)
{