Changeset 6415 for trunk/src/includes/replies/template.php
- Timestamp:
- 05/19/2017 03:25:37 AM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/replies/template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/replies/template.php
r6414 r6415 1937 1937 // See if links need to be unset 1938 1938 $reply_status = bbp_get_reply_status( $r['id'] ); 1939 if ( in_array( $reply_status, array( bbp_get_spam_status_id(), bbp_get_trash_status_id(), bbp_get_pending_status_id() ) ) ) {1939 if ( in_array( $reply_status, array( bbp_get_spam_status_id(), bbp_get_trash_status_id(), bbp_get_pending_status_id() ), true ) ) { 1940 1940 1941 1941 // Spam link shouldn't be visible on trashed topics
Note: See TracChangeset
for help on using the changeset viewer.