Changeset 8184
- Timestamp:
- 02/03/2019 11:21:49 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-bbp-topic-archive/wporg-bbp-topic-archive.php
r8044 r8184 43 43 && 44 44 ( 45 // Thread last modified is over a yearold46 ( time() - get_post_time( 'U', true, $post ) >YEAR_IN_SECONDS )45 // Thread last modified is over 3 years old 46 ( time() - get_post_time( 'U', true, bbp_get_topic_last_active_id( $post->ID ) ) > 3 * YEAR_IN_SECONDS ) 47 47 || 48 48 // Closed thread with no replies
Note: See TracChangeset
for help on using the changeset viewer.