Changeset 9428 for trunk/src/bp-core/bp-core-functions.php
- Timestamp:
- 02/04/2015 01:53:42 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-functions.php
r9426 r9428 787 787 * Return the domain for the root blog. 788 788 * 789 * eg: http:// domain.com OR https://domain.com789 * eg: http://example.com OR https://example.com 790 790 * 791 791 * @uses get_blog_option() WordPress function to fetch blog meta. … … 855 855 $site_path = '/'; 856 856 } else { 857 // Unset the first three segments (http(s):// domain.com part)857 // Unset the first three segments (http(s)://example.com part) 858 858 unset( $site_path[0] ); 859 859 unset( $site_path[1] );
Note: See TracChangeset
for help on using the changeset viewer.