Changeset 2044
- Timestamp:
- 10/07/2009 11:22:25 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
bp-core/bp-core-signup.php (modified) (1 diff)
-
bp-xprofile/deprecated/bp-xprofile-deprecated.php (modified) (1 diff)
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 -
trunk/bp-xprofile/deprecated/bp-xprofile-deprecated.php
r2025 r2044 677 677 'public' => $_POST['blog_public'], 678 678 'lang_id' => 1, // deprecated 679 'blogname' => $_POST['blogname'],680 'blog_title' => $_POST['blog_title']681 679 ); 682 680
Note: See TracChangeset
for help on using the changeset viewer.