Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/07/2009 11:22:25 PM (16 years ago)
Author:
apeatling
Message:

Removing blogname and blog_title from signup meta as this causes errors with new blog registration titles.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-signup.php

    r1977 r2044  
    117117                if ( 'blog' == $active_signup || 'all' == $active_signup ) {
    118118                    $usermeta['public'] = ( 'public' == $_POST['signup_blog_privacy'] ) ? true : false;
    119                     $usermeta['blogname'] = $_POST['signup_blog_url'];
    120                     $usermeta['blog_title'] = $_POST['signup_blog_title'];
    121119                }
    122120               
Note: See TracChangeset for help on using the changeset viewer.