Skip to:
Content

BuddyPress.org

Changeset 428


Ignore:
Timestamp:
10/23/2008 02:45:48 PM (18 years ago)
Author:
apeatling
Message:

Removed old call to primary username function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-blogs/bp-blogs-templatetags.php

    r391 r428  
    712712function bp_blogs_validate_blog_signup() {
    713713        global $wpdb, $current_user, $blogname, $blog_title, $errors, $domain, $path;
    714        
    715         if ( VHOST == 'yes' ) {
    716                 $domain = str_replace( bp_core_get_primary_username() . '.', '', $domain );
    717         }
    718        
     714
    719715        $current_user = wp_get_current_user();
    720716       
Note: See TracChangeset for help on using the changeset viewer.