[buddypress-trac] [BuddyPress Trac] #5944: BP Members Hooks Documentation
buddypress-trac
noreply at wordpress.org
Wed Dec 17 06:17:53 UTC 2014
#5944: BP Members Hooks Documentation
--------------------+-----------------------------
Reporter: tw2113 | Owner:
Type: task | Status: new
Priority: normal | Milestone: Future Release
Component: Core | Version:
Severity: normal | Resolution:
Keywords: |
--------------------+-----------------------------
Comment (by tw2113):
Conflicted regarding the bp_core_signup_blog filter.
{{{return apply_filters( 'bp_core_signup_blog', wpmu_signup_blog(
$blog_domain, $blog_path, $blog_title, $user_name, $user_email, $usermeta
) );}}}
The conflict comes from the fact that wpmu_signup_blog doesn't actually
return anything, so we're filtering nothing and also returning nothing.
Luckily, we only use the function in one location, and the variable the
return value is assigned to is not used again.
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/5944#comment:7>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list