Skip to:
Content

BuddyPress.org

Changeset 2044


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.

Location:
trunk
Files:
2 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               
  • trunk/bp-xprofile/deprecated/bp-xprofile-deprecated.php

    r2025 r2044  
    677677        'public' => $_POST['blog_public'],
    678678        'lang_id' => 1, // deprecated
    679         'blogname' => $_POST['blogname'],
    680         'blog_title' => $_POST['blog_title']
    681679    );
    682680   
Note: See TracChangeset for help on using the changeset viewer.