Changeset 3911 for branches/plugin/bbp-includes/bbp-topic-functions.php
- Timestamp:
- 05/22/2012 08:00:55 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-topic-functions.php
r3840 r3911 695 695 * @uses update_post_meta() To update the topic metas 696 696 * @uses set_transient() To update the flood check transient for the ip 697 * @uses update_user_meta() To update the last posted meta for the user697 * @uses bbp_update_user_last_posted() To update the users last posted time 698 698 * @uses bbp_is_subscriptions_active() To check if the subscriptions feature is 699 699 * activated or not … … 754 754 } else { 755 755 if ( empty( $is_edit ) && !current_user_can( 'throttle' ) ) { 756 update_user_meta( $author_id, '_bbp_last_posted', time());756 bbp_update_user_last_posted( $author_id ); 757 757 } 758 758 }
Note: See TracChangeset
for help on using the changeset viewer.