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:
Ron Rennick
2010-05-16 23:00:48 +00:00
parent dcb7c7cb13
commit 54a5f090ab
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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' );