Changeset 4897
- Timestamp:
- 05/11/2013 06:11:14 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/includes/users/functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/users/functions.php
r4848 r4897 678 678 update_user_option( $user_id, '_bbp_subscriptions', $subscriptions ); 679 679 680 wp_cache_delete( 'bbp_get_topic_subscribers_' . $topic_id, 'bbpress ' );680 wp_cache_delete( 'bbp_get_topic_subscribers_' . $topic_id, 'bbpress_users' ); 681 681 } 682 682 … … 722 722 } 723 723 724 wp_cache_delete( 'bbp_get_topic_subscribers_' . $topic_id, 'bbpress ' );724 wp_cache_delete( 'bbp_get_topic_subscribers_' . $topic_id, 'bbpress_users' ); 725 725 } 726 726
Note: See TracChangeset
for help on using the changeset viewer.