From c2663cae7e67b842a110e8ba92461bc0003726dc Mon Sep 17 00:00:00 2001 From: Rotem Liss Date: Wed, 11 Jul 2007 15:24:33 +0000 Subject: [PATCH] This function is now not completely new, thus new extensions which don't have to be backwards-compatible can use it. --- includes/MessageCache.php | 1 - 1 file changed, 1 deletion(-) 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 */ -- 2.20.1