Changeset 7096 for trunk/src/includes/replies/functions.php
- Timestamp:
- 06/04/2020 04:49:54 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/replies/functions.php
r7046 r7096 953 953 954 954 // Only update if reply is published 955 if ( bbp_is_reply_pending( $reply_id ) && ! bbp_is_topic_pending( $topic_id ) ) {955 if ( ! bbp_is_reply_pending( $reply_id ) && ! bbp_is_topic_pending( $topic_id ) ) { 956 956 957 957 // Last topic and reply ID's
Note: See TracChangeset
for help on using the changeset viewer.