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