Changeset 6182
- Timestamp:
- 12/27/2016 06:16:10 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/admin/tools.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/tools.php
r6181 r6182 2246 2246 // Add user ID to all favorited posts 2247 2247 foreach ( $post_ids as $post_id ) { 2248 $added = add_post_meta( $post_id, '_bbp_favorite', $meta->user_id );2248 $added = add_post_meta( $post_id, '_bbp_favorite', $meta->user_id, false ); 2249 2249 2250 2250 // Bump counts if successfully added … … 2302 2302 // Add user ID to all favorited posts 2303 2303 foreach ( $post_ids as $post_id ) { 2304 $added = add_post_meta( $post_id, '_bbp_subscription', $meta->user_id );2304 $added = add_post_meta( $post_id, '_bbp_subscription', $meta->user_id, false ); 2305 2305 2306 2306 // Bump counts if successfully added
Note: See TracChangeset
for help on using the changeset viewer.