Changeset 6360
- Timestamp:
- 03/03/2017 09:31:04 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/replies/functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/replies/functions.php
r6341 r6360 438 438 439 439 // Get pre_trashed_replies for topic 440 $pre_trashed_replies = get_post_meta( $topic_id, '_bbp_pre_trashed_replies', true );440 $pre_trashed_replies = (array) get_post_meta( $topic_id, '_bbp_pre_trashed_replies', true ); 441 441 442 442 // Add this reply to the end of the existing replies … … 457 457 458 458 // Get pre_spammed_replies for topic 459 $pre_spammed_replies = get_post_meta( $topic_id, '_bbp_pre_spammed_replies', true );459 $pre_spammed_replies = (array) get_post_meta( $topic_id, '_bbp_pre_spammed_replies', true ); 460 460 461 461 // Add this reply to the end of the existing replies
Note: See TracChangeset
for help on using the changeset viewer.