@since, ping r101030
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Fri, 13 Jan 2012 21:50:13 +0000 (21:50 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Fri, 13 Jan 2012 21:50:13 +0000 (21:50 +0000)
includes/Revision.php

index 075ea0e..e14471e 100644 (file)
@@ -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() {