Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/04/2010 11:50:30 AM (16 years ago)
Author:
apeatling
Message:

Fixed incorrect blog activation URL.

File:
1 edited

Legend:

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

    r2222 r2258  
    9797
    9898    // Send email with activation link.
    99     if ( 'no' == constant( "VHOST" ) ) {
    100         $activate_url = bp_activation_page( false ) . "?key=$key";
    101     } else {
    102         $activate_url = bp_activation_page( false ) ."?key=$key";
    103     }
     99    $activate_url = bp_get_activation_page() ."?key=$key";
     100    $activate_url = clean_url($activate_url);
    104101
    105     $activate_url = clean_url($activate_url);
    106102    $admin_email = get_site_option( "admin_email" );
    107103
Note: See TracChangeset for help on using the changeset viewer.