diff options
author | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2015-09-01 18:51:10 +0200 |
---|---|---|
committer | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2015-09-01 18:51:10 +0200 |
commit | 9faf434d37b411fffaf2d5a354d2208a957986a8 (patch) | |
tree | 2b215562852f5c26d477e3584096e5171a88246e /phpBB/includes/functions_display.php | |
parent | 8c758e223e6186a0dbed508dfbd21b704a7cf860 (diff) | |
parent | 4979d98aa939aa01262c9ea7795677d4c196387c (diff) | |
download | forums-9faf434d37b411fffaf2d5a354d2208a957986a8.tar forums-9faf434d37b411fffaf2d5a354d2208a957986a8.tar.gz forums-9faf434d37b411fffaf2d5a354d2208a957986a8.tar.bz2 forums-9faf434d37b411fffaf2d5a354d2208a957986a8.tar.xz forums-9faf434d37b411fffaf2d5a354d2208a957986a8.zip |
Merge branch '3.1.x'
* 3.1.x:
[ticket/14133] Comment fix for phpbb_get_user_rank()
Diffstat (limited to 'phpBB/includes/functions_display.php')
-rw-r--r-- | phpBB/includes/functions_display.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_display.php b/phpBB/includes/functions_display.php index c53a9f3bc0..3d61b5c098 100644 --- a/phpBB/includes/functions_display.php +++ b/phpBB/includes/functions_display.php @@ -1483,7 +1483,7 @@ function watch_topic_forum($mode, &$s_watching, $user_id, $forum_id, $topic_id, * @param array $user_data the current stored users data * @param int $user_posts the users number of posts * -* @return array An associative array containing the rank title (title), the rank image source (img) and the rank image as full img tag (img) +* @return array An associative array containing the rank title (title), the rank image as full img tag (img) and the rank image source (img_src) * * Note: since we do not want to break backwards-compatibility, this function will only properly assign ranks to guests if you call it for them with user_posts == false */ |