mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
more use get_blogaddress_by_name, see #12735
git-svn-id: https://develop.svn.wordpress.org/trunk@14705 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -155,7 +155,7 @@ function export_wp( $args = array() ) {
|
||||
|
||||
// mu: the base url
|
||||
if ( isset( $current_site->domain ) )
|
||||
return 'http://' . $current_site->domain . $current_site->path;
|
||||
return network_home_url();
|
||||
// wp: the blog url
|
||||
else
|
||||
return get_bloginfo_rss( 'url' );
|
||||
|
||||
Reference in New Issue
Block a user