Index: trunk/phase3/includes/Revision.php |
— | — | @@ -301,6 +301,7 @@ |
302 | 302 | /** |
303 | 303 | * Return the value of a select() JOIN conds array for the user table. |
304 | 304 | * This will get user table rows for logged-in users. |
| 305 | + * @since 1.19 |
305 | 306 | * @return Array |
306 | 307 | */ |
307 | 308 | public static function userJoinCond() { |
— | — | @@ -310,6 +311,7 @@ |
311 | 312 | /** |
312 | 313 | * Return the value of a select() page conds array for the paeg table. |
313 | 314 | * This will assure that the revision(s) are not orphaned from live pages. |
| 315 | + * @since 1.19 |
314 | 316 | * @return Array |
315 | 317 | */ |
316 | 318 | public static function pageJoinCond() { |