Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/04/2015 01:53:42 PM (10 years ago)
Author:
johnjamesjacoby
Message:

Replace domain.com references with example.com to avoid linking to unaffiliated . Props netweb. Fixes #6183.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/bp-core-functions.php

    r9426 r9428  
    787787 * Return the domain for the root blog.
    788788 *
    789  * eg: http://domain.com OR https://domain.com
     789 * eg: http://example.com OR https://example.com
    790790 *
    791791 * @uses get_blog_option() WordPress function to fetch blog meta.
     
    855855            $site_path = '/';
    856856        } else {
    857             // Unset the first three segments (http(s)://domain.com part)
     857            // Unset the first three segments (http(s)://example.com part)
    858858            unset( $site_path[0] );
    859859            unset( $site_path[1] );
Note: See TracChangeset for help on using the changeset viewer.