Changeset 2317 for branches/release-38/php/lib/MTUtil.php
- Timestamp:
- 05/14/08 00:36:31 (19 months ago)
- Files:
-
- 1 modified
-
branches/release-38/php/lib/MTUtil.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-38/php/lib/MTUtil.php
r2304 r2317 247 247 $format = preg_replace('!%B %E!', $Languages[$lang][7], $format); 248 248 } 249 } 250 elseif ( $lang == 'it' ) { 251 ## Hack for the Italian dates 252 ## In Italian, the date always come before the month. 253 $format = preg_replace('!%b %e!', '%e %b', $format); 249 254 } 250 255 if (isset($format)) {
