- Timestamp:
- 09/25/2012 05:26:19 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-comments-list-table.php
r21985 r21996 336 336 337 337 $ptime = date( 'G', strtotime( $comment->comment_date ) ); 338 if ( ( abs( time() - $ptime ) ) < 86400)338 if ( ( abs( time() - $ptime ) ) < DAY_IN_SECONDS ) 339 339 $ptime = sprintf( __( '%s ago' ), human_time_diff( $ptime ) ); 340 340 else
Note: See TracChangeset
for help on using the changeset viewer.