Changeset 13642 for trunk/src/bp-blogs/bp-blogs-activity.php
- Timestamp:
- 11/10/2023 02:09:10 AM (2 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-blogs/bp-blogs-activity.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-blogs/bp-blogs-activity.php
r13476 r13642 1030 1030 $bp = buddypress(); 1031 1031 1032 // If activity comments are disabled for blog posts , stop now!1033 if ( bp_disable_blogforum_comments() ) {1032 // If activity comments are disabled for blog posts or if the action is not a string, stop now! 1033 if ( bp_disable_blogforum_comments() || ! is_string( $args['action'] ) ) { 1034 1034 return $args; 1035 1035 }
Note: See TracChangeset
for help on using the changeset viewer.