Changeset 7334
- Timestamp:
- 06/26/2018 03:31:00 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/mu-plugins/pub/class-o2-follow.php
r6423 r7334 307 307 } 308 308 309 $subscribed_ids = get_user_meta( $current_user->ID, self::USER_META_KEY, true );309 $subscribed_ids = (array) get_user_meta( $current_user->ID, self::USER_META_KEY, true ); 310 310 $subscribed_ids[] = $post_id; 311 311 $subscribed_ids = array_unique( $subscribed_ids );
Note: See TracChangeset
for help on using the changeset viewer.