From: Niklas Laxström Date: Fri, 13 Jan 2012 21:50:13 +0000 (+0000) Subject: @since, ping r101030 X-Git-Tag: 1.31.0-rc.0~25296 X-Git-Url: https://git.heureux-cyclage.org/?a=commitdiff_plain;ds=sidebyside;h=cd12049d41f291475242b7182a4cb43684c02893;p=lhc%2Fweb%2Fwiklou.git @since, ping r101030 --- diff --git a/includes/Revision.php b/includes/Revision.php index 075ea0e656..e14471e21f 100644 --- a/includes/Revision.php +++ b/includes/Revision.php @@ -301,6 +301,7 @@ class Revision { /** * Return the value of a select() JOIN conds array for the user table. * This will get user table rows for logged-in users. + * @since 1.19 * @return Array */ public static function userJoinCond() { @@ -310,6 +311,7 @@ class Revision { /** * Return the value of a select() page conds array for the paeg table. * This will assure that the revision(s) are not orphaned from live pages. + * @since 1.19 * @return Array */ public static function pageJoinCond() {