[wpmu-trac] [WordPress MU Trac] #674: blog signup meta not being
passed to newly created blogs
WordPress MU Trac
wpmu-trac at lists.automattic.com
Thu Jul 10 08:21:46 GMT 2008
#674: blog signup meta not being passed to newly created blogs
------------------------+---------------------------------------------------
Reporter: MrBrian | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone:
Component: component1 | Version:
Severity: normal | Keywords:
------------------------+---------------------------------------------------
blogignup meta information seems to be broken. In wp_signups table, the
information is correctly serialized in the meta table, but when the blog
is actually created, the options are not passed on. You'll also notice
that it doesn't matter what privacy setting you choose, it will always be
set to public. Heres a quick code sample for testing:
function set_new_blog_category($meta)
{
$category_id = 9999;
$meta['blog_category'] = $category_id;
return $meta;
}
add_filter('add_signup_meta', 'set_new_blog_category');
--
Ticket URL: <http://trac.mu.wordpress.org/ticket/674>
WordPress MU Trac <http://mu.wordpress.org/>
WordPress Multiuser
More information about the wpmu-trac
mailing list