[wp-trac] [WordPress Trac] #4428: In Manager Pages,
Update time is not translated
WordPress Trac
wp-trac at lists.automattic.com
Mon Jun 11 17:47:37 GMT 2007
#4428: In Manager Pages, Update time is not translated
----------------------------+-----------------------------------------------
Reporter: TheDarkness | Owner: anonymous
Type: defect | Status: new
Priority: lowest | Milestone:
Component: Administration | Version:
Severity: trivial | Keywords:
----------------------------+-----------------------------------------------
in /wp-admin/edit.php , line 180 , have this:
{{{
<td><?php if ( '0000-00-00 00:00:00' ==$post->post_modified )
_e('Unpublished'); else the_time(__('Y-m-d \<\b\r \/\> g:i:s a')); ?></td>
}}}
I propose change to:
{{{
<td><?php if ( '0000-00-00 00:00:00' ==$post->post_modified )
_e('Unpublished'); else the_time(__('Y-m-d g:i a')); ?></td>
}}}
the translate will work fine...
--
Ticket URL: <http://trac.wordpress.org/ticket/4428>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list