Changeset 10971 for trunk/src/bp-blogs/bp-blogs-functions.php
- Timestamp:
- 07/30/2016 11:40:55 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-blogs/bp-blogs-functions.php
r10895 r10971 921 921 922 922 /** 923 * Delete activity stream item only if the Activity component is active924 *925 * @see https://buddypress.trac.wordpress.org/ticket/6937926 */927 if ( bp_is_active( 'activity' ) ) {928 bp_blogs_delete_activity( array(929 'item_id' => $blog_id,930 'component' => buddypress()->blogs->id,931 'type' => 'new_blog'932 ) );933 }934 935 /**936 923 * Fires after a blog has been removed from the tracker for a specific user. 937 924 *
Note: See TracChangeset
for help on using the changeset viewer.