diff --git src/includes/topics/functions.php src/includes/topics/functions.php
index 21bfd18..7839bba 100644
|
|
|
function bbp_update_topic_last_active_id( $topic_id = 0, $active_id = 0 ) { |
| 2587 | 2587 | * @uses bbp_get_reply_topic_id() To get the reply topic id |
| 2588 | 2588 | * @uses current_time() To get the current time |
| 2589 | 2589 | * @uses update_post_meta() To update the topic last active meta |
| 2590 | | * @return bool True on success, false on failure |
| | 2590 | * @return string MySQL timestamp of last active reply |
| 2591 | 2591 | */ |
| 2592 | 2592 | function bbp_update_topic_last_active_time( $topic_id = 0, $new_time = '' ) { |
| 2593 | 2593 | |