Make WordPress Core


Ignore:
Timestamp:
05/16/2010 11:00:48 PM (15 years ago)
Author:
wpmuguru
Message:

more use get_blogaddress_by_name, see #12735

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/export.php

    r14444 r14705  
    156156        // mu: the base url
    157157        if ( isset( $current_site->domain ) )
    158             return 'http://' . $current_site->domain . $current_site->path;
     158            return network_home_url();
    159159        // wp: the blog url
    160160        else
Note: See TracChangeset for help on using the changeset viewer.