[wp-trac] Re: [WordPress Trac] #9035: 304 Not Modified bug
introduced by [10408]
WordPress Trac
wp-trac at lists.automattic.com
Wed Feb 4 08:14:51 GMT 2009
#9035: 304 Not Modified bug introduced by [10408]
--------------------------+-------------------------------------------------
Reporter: tellyworth | Owner: westi
Type: defect (bug) | Status: assigned
Priority: normal | Milestone: 2.8
Component: Feeds | Version: 2.8
Severity: normal | Resolution:
Keywords: |
--------------------------+-------------------------------------------------
Changes (by westi):
* owner: anonymous => westi
* status: new => assigned
* component: General => Feeds
Comment:
Hmm, we lost the $translate functionality on mysql2date so it always
translates now.
My bad I missed that when committing.
We just need to add that back into mysql2date
Something like:
{{{
if ( $translate)
return date_i18n( $dateformatstring, $i );
else
return date( $dateformatstring, $i );
}}}
Instead of:
{{{
return date_i18n( $dateformatstring, $i );
}}}
--
Ticket URL: <http://trac.wordpress.org/ticket/9035#comment:3>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list