Changeset 5777
- Timestamp:
- 02/13/2012 07:42:04 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-blogs/bp-blogs-functions.php
r5775 r5777 352 352 */ 353 353 function bp_blogs_maybe_add_user_to_blog() { 354 if ( ! is_multisite() ) 355 return; 356 354 357 remove_action( 'init', 'maybe_add_existing_user_to_blog' ); 355 358 add_action( 'init', 'maybe_add_existing_user_to_blog', 20 );
Note: See TracChangeset
for help on using the changeset viewer.