Skip to:
Content

BuddyPress.org

Changeset 2045


Ignore:
Timestamp:
10/07/2009 11:26:56 PM (17 years ago)
Author:
apeatling
Message:

Committing previous changeset to the 1.1 branch.

Location:
branches/1.1
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/1.1/bp-core/bp-core-signup.php

    r1977 r2045  
    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                               
  • branches/1.1/bp-xprofile/deprecated/bp-xprofile-deprecated.php

    r2025 r2045  
    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.