Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/05/2008 12:16:49 AM (18 years ago)
Author:
apeatling
Message:

Minor cleanup from previous commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp_xprofile/bp_xprofile.signup.php

    r10 r11  
    9090                        {
    9191                                $_POST['blog_id'] = $_POST['user_name'];
    92                                 $_POST['blog_title'] = $_POST['field_1']; // The core name fields.
     92                                $_POST['blog_title'] = $_POST['field_1'] . " " . $_POST['field_2']; // The core name fields.
    9393
    9494                                $counter = 0;
Note: See TracChangeset for help on using the changeset viewer.