Ticket #7508: 7508.01.patch
File 7508.01.patch, 531 bytes (added by , 6 years ago) |
---|
-
src/bp-core/bp-core-filters.php
467 467 'domain' => $domain, 468 468 'key_blog' => $key, 469 469 'path' => $path, 470 'user-site.url' => esc_url( "http://{$domain}{$path}"),470 'user-site.url' => esc_url( set_url_scheme( "http://{$domain}{$path}" ) ), 471 471 'title' => $title, 472 472 'user.email' => $user_email, 473 473 ),