Skip to:
Content

BuddyPress.org

Ticket #7508: 7508.01.patch

File 7508.01.patch, 531 bytes (added by r-a-y, 6 years ago)
  • src/bp-core/bp-core-filters.php

     
    467467                        'domain'            => $domain,
    468468                        'key_blog'          => $key,
    469469                        'path'              => $path,
    470                         'user-site.url'     => esc_url( "http://{$domain}{$path}" ),
     470                        'user-site.url'     => esc_url( set_url_scheme( "http://{$domain}{$path}" ) ),
    471471                        'title'             => $title,
    472472                        'user.email'        => $user_email,
    473473                ),