mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/12993] Update doc block
PHPBB3-12993
This commit is contained in:
parent
fe1ab6d2ef
commit
cd7b21a703
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ function update_foes($group_id = false, $user_id = false)
|
||||||
* @param string &$rank_img the rank image as full img tag is stored here after execution
|
* @param string &$rank_img the rank image as full img tag is stored here after execution
|
||||||
* @param string &$rank_img_src the rank image source is stored here after execution
|
* @param string &$rank_img_src the rank image source is stored here after execution
|
||||||
*
|
*
|
||||||
* @deprecated 3.1
|
* @deprecated 3.1.0-RC5 (To be removed: 3.3.0)
|
||||||
*
|
*
|
||||||
* 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