aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-09-24 16:04:24 +0200
committerTristan Darricau <github@nicofuma.fr>2014-09-24 16:07:23 +0200
commitcd7b21a7033d692b2f558dfd82bb67d3696d9e0e (patch)
treea93beb2d9e4bfb99be07ebeec24d34aaba1b5eb5
parentfe1ab6d2efe7389ab5deb6cab0d721a1fa80c503 (diff)
downloadforums-cd7b21a7033d692b2f558dfd82bb67d3696d9e0e.tar
forums-cd7b21a7033d692b2f558dfd82bb67d3696d9e0e.tar.gz
forums-cd7b21a7033d692b2f558dfd82bb67d3696d9e0e.tar.bz2
forums-cd7b21a7033d692b2f558dfd82bb67d3696d9e0e.tar.xz
forums-cd7b21a7033d692b2f558dfd82bb67d3696d9e0e.zip
[ticket/12993] Update doc block
PHPBB3-12993
-rw-r--r--phpBB/includes/functions_compatibility.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_compatibility.php b/phpBB/includes/functions_compatibility.php
index 7dcb1fb9c1..47f31075c2 100644
--- a/phpBB/includes/functions_compatibility.php
+++ b/phpBB/includes/functions_compatibility.php
@@ -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_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
*/