[buddypress-trac] [BuddyPress] #3941: "Create a new site" link at wp-admin/my-sites.php redirects to network homepage
buddypress-trac at lists.automattic.com
buddypress-trac at lists.automattic.com
Fri Jan 20 16:29:32 UTC 2012
#3941: "Create a new site" link at wp-admin/my-sites.php redirects to network
homepage
--------------------------+-----------------------------
Reporter: ebellempire | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Core | Version: 1.5.3
Severity: normal | Keywords:
--------------------------+-----------------------------
WordPress Network blog creation link points to wp-signup.php.
BuddyPress redirects this link to the network homepage.
Suggested fix/enhancement:
{{{
add_filter('wp_signup_location', 'bp_blog_creation_link');
function bp_blog_creation_link($old) {
return get_bloginfo('url').'/blogs/create/';
}
}}}
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/3941>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list