From 6314817969a0c25a5075b9e893848950031e243b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Fri, 30 Jul 2010 20:13:30 +0000 Subject: [PATCH] Add @since for buildLike --- includes/db/Database.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/db/Database.php b/includes/db/Database.php index e5ae109506..948b9bf0f3 100644 --- a/includes/db/Database.php +++ b/includes/db/Database.php @@ -1530,6 +1530,7 @@ abstract class DatabaseBase { * for subpages of 'My page title'. * Alternatively: $pattern = array( 'My_page_title/', $dbr->anyString() ); $query .= $dbr->buildLike( $pattern ); * + * @since 1.16 * @return String: fully built LIKE statement */ function buildLike() { -- 2.20.1