Opened 13 years ago
Closed 13 years ago
#3941 closed defect (bug) (fixed)
"Create a new site" link at wp-admin/my-sites.php redirects to network homepage
Reported by: | ebellempire | Owned by: | |
---|---|---|---|
Milestone: | 1.6 | Priority: | normal |
Severity: | normal | Version: | 1.5.3 |
Component: | Blogs | Keywords: | |
Cc: |
Description
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/'; }
Change History (2)
Note: See
TracTickets for help on using
tickets.
Wondering if we should revisit the whole redirect from wp-signup.php issue.