Changeset 7373 for trunk/src/includes/common/functions.php
- Timestamp:
- 11/18/2025 01:03:20 AM (6 months ago)
- File:
-
- 1 edited
-
trunk/src/includes/common/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/common/functions.php
r7360 r7373 176 176 177 177 // Is the post by an anonymous user? 178 if ( ( bbp_get_topic_post_type() === $data['post_type'] && ! bbp_is_topic_anonymous( $postarr['ID'] ) ) || 179 ( bbp_get_reply_post_type() === $data['post_type'] && ! bbp_is_reply_anonymous( $postarr['ID'] ) ) ) { 178 if ( 179 ( bbp_get_topic_post_type() === $data['post_type'] && ! bbp_is_topic_anonymous( $postarr['ID'] ) ) 180 || 181 ( bbp_get_reply_post_type() === $data['post_type'] && ! bbp_is_reply_anonymous( $postarr['ID'] ) ) 182 ) { 180 183 return $data; 181 184 }
Note: See TracChangeset
for help on using the changeset viewer.