Changeset 44566 for trunk/src/wp-admin/includes/export.php
- Timestamp:
- 01/11/2019 06:39:55 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/export.php
r43571 r44566 204 204 */ 205 205 function wxr_site_url() { 206 // Multisite: the base URL.207 206 if ( is_multisite() ) { 207 // Multisite: the base URL. 208 208 return network_home_url(); 209 } // WordPress (single site): the blog URL.210 else {209 } else { 210 // WordPress (single site): the blog URL. 211 211 return get_bloginfo_rss( 'url' ); 212 212 }
Note: See TracChangeset
for help on using the changeset viewer.