Changeset 5221
- Timestamp:
- 12/10/2013 11:31:25 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/replies/functions.php
r5177 r5221 867 867 868 868 // Last active time 869 $last_active_time = current_time( 'mysql');869 $last_active_time = get_post_field( 'post_date', $reply_id ); 870 870 871 871 // Walk up ancestors and do the dirty work
Note: See TracChangeset
for help on using the changeset viewer.