Ticket #9588: 9588.2.diff
File 9588.2.diff, 608 bytes (added by , 16 years ago) |
---|
-
wp-admin/includes/template.php
2077 2077 $author_url_display = substr($author_url_display, 0, 49) . '...'; 2078 2078 2079 2079 $ptime = date('G', strtotime( $comment->comment_date ) ); 2080 if ( ( abs( time() - $ptime) ) < 86400 )2080 if ( ( abs(current_time('timestamp') - $ptime) ) < 86400 ) 2081 2081 $ptime = sprintf( __('%s ago'), human_time_diff( $ptime ) ); 2082 2082 else 2083 2083 $ptime = mysql2date(__('Y/m/d \a\t g:i A'), $comment->comment_date );