Index: trunk/phase3/languages/Language.php |
— | — | @@ -618,9 +618,8 @@ |
619 | 619 | * escaping format. |
620 | 620 | * |
621 | 621 | * Supported format characters are dDjlNwzWFmMntLoYyaAgGhHiscrU. See the |
622 | | - * PHP manual for definitions. "o" format character is supported since |
623 | | - * PHP 5.1.0, previous versions return literal o. |
624 | | - * There are a number of extensions, which start with "x": |
| 622 | + * PHP manual for definitions. There are a number of extensions, which |
| 623 | + * start with "x": |
625 | 624 | * |
626 | 625 | * xn Do not translate digits of the next numeric format character |
627 | 626 | * xN Toggle raw digit (xn) flag, stays set until explicitly unset |