mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
Merge branch '3.1.x'
* 3.1.x: [ticket/14133] Comment fix for phpbb_get_user_rank()
This commit is contained in:
commit
9faf434d37
1 changed files with 1 additions and 1 deletions
|
@ -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 array $user_data the current stored users data
|
||||||
* @param int $user_posts the users number of posts
|
* @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
|
* 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
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue