Changeset 5222
- Timestamp:
- 12/10/2013 11:41:43 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/topics/functions.php
r5156 r5222 888 888 889 889 // Last active time 890 $last_active = current_time( 'mysql');890 $last_active = get_post_field( 'post_date', $topic_id ); 891 891 892 892 // Reply topic meta
Note: See TracChangeset
for help on using the changeset viewer.