From: Rotem Liss Date: Wed, 11 Jul 2007 15:24:33 +0000 (+0000) Subject: This function is now not completely new, thus new extensions which don't have to... X-Git-Tag: 1.31.0-rc.0~52135 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=c2663cae7e67b842a110e8ba92461bc0003726dc;p=lhc%2Fweb%2Fwiklou.git This function is now not completely new, thus new extensions which don't have to be backwards-compatible can use it. --- diff --git a/includes/MessageCache.php b/includes/MessageCache.php index f828a312b1..277d155557 100644 --- a/includes/MessageCache.php +++ b/includes/MessageCache.php @@ -627,7 +627,6 @@ class MessageCache { /** * Add a 2-D array of messages by lang. Useful for extensions. - * Introduced in 1.9. Please do not use it for now, for backwards compatibility. * * @param array $messages The array to be added */