From cd12049d41f291475242b7182a4cb43684c02893 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Fri, 13 Jan 2012 21:50:13 +0000 Subject: [PATCH] @since, ping r101030 --- includes/Revision.php | 2 ++ 1 file changed, 2 insertions(+) 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() { -- 2.20.1