Make WordPress Core


Ignore:
Timestamp:
05/14/2009 02:00:32 AM (16 years ago)
Author:
ryan
Message:

Don't localize dates where not appropriate. Props Denis-de-Bernardy, hakre. fixes #9730

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/functions.php

    r11315 r11323  
    123123    $j = @$datefunc( $dateformatstring, $i );
    124124    // 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);
    126126    return $j;
    127127}
Note: See TracChangeset for help on using the changeset viewer.