Changeset 14705 for trunk/wp-admin/includes/export.php
- Timestamp:
- 05/16/2010 11:00:48 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/export.php
r14444 r14705 156 156 // mu: the base url 157 157 if ( isset( $current_site->domain ) ) 158 return 'http://' . $current_site->domain . $current_site->path;158 return network_home_url(); 159 159 // wp: the blog url 160 160 else
Note: See TracChangeset
for help on using the changeset viewer.