Changeset 11323 for trunk/wp-includes/functions.php
- Timestamp:
- 05/14/2009 02:00:32 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r11315 r11323 123 123 $j = @$datefunc( $dateformatstring, $i ); 124 124 // allow plugins to redo this entirely for languages with untypical grammars 125 $j = apply_filters('date_i18n', $j, $req_format, $ unixtimestamp, $gmt);125 $j = apply_filters('date_i18n', $j, $req_format, $i, $gmt); 126 126 return $j; 127 127 }
Note: See TracChangeset
for help on using the changeset viewer.