From 5b6e4520204aca501dae73b98a89b5c2ce48b46b Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Sat, 2 Oct 2010 22:45:28 +0000 Subject: [PATCH] Remove comment related to PHP pre-5.1 version. --- languages/Language.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/languages/Language.php b/languages/Language.php index c8a7533cbe..a44a50d72f 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -618,9 +618,8 @@ class Language { * escaping format. * * Supported format characters are dDjlNwzWFmMntLoYyaAgGhHiscrU. See the - * PHP manual for definitions. "o" format character is supported since - * PHP 5.1.0, previous versions return literal o. - * There are a number of extensions, which start with "x": + * PHP manual for definitions. There are a number of extensions, which + * start with "x": * * xn Do not translate digits of the next numeric format character * xN Toggle raw digit (xn) flag, stays set until explicitly unset -- 2.20.1