Changeset 6850 for trunk/src/includes/topics/functions.php
- Timestamp:
- 08/09/2018 09:01:39 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/topics/functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/topics/functions.php
r6848 r6850 783 783 784 784 // Update anonymous meta data (not cookies) 785 bbp_update_anonymous_post_author( $topic_id, $anonymous_data, 'topic');785 bbp_update_anonymous_post_author( $topic_id, $anonymous_data, bbp_get_topic_post_type() ); 786 786 787 787 // Set transient for throttle check (only on new, not edit) … … 2507 2507 // Get replies of topic 2508 2508 $reply_count = empty( $reply_count ) 2509 ? bbp_get_non_public_child_count( $topic_id, 'reply')2509 ? bbp_get_non_public_child_count( $topic_id, bbp_get_reply_post_type() ) 2510 2510 : (int) $reply_count; 2511 2511
Note: See TracChangeset
for help on using the changeset viewer.