Changeset 2044 for trunk/bp-core/bp-core-signup.php
- Timestamp:
- 10/07/2009 11:22:25 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-signup.php
r1977 r2044 117 117 if ( 'blog' == $active_signup || 'all' == $active_signup ) { 118 118 $usermeta['public'] = ( 'public' == $_POST['signup_blog_privacy'] ) ? true : false; 119 $usermeta['blogname'] = $_POST['signup_blog_url'];120 $usermeta['blog_title'] = $_POST['signup_blog_title'];121 119 } 122 120
Note: See TracChangeset
for help on using the changeset viewer.