mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-04 17:20:07 +00:00
Coding Standards: Fix the Squiz.ControlStructures.ControlSignature.SpaceAfterCloseBrace violations.
See #45934. git-svn-id: https://develop.svn.wordpress.org/trunk@44566 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -203,11 +203,11 @@ function export_wp( $args = array() ) {
|
||||
* @return string Site URL.
|
||||
*/
|
||||
function wxr_site_url() {
|
||||
// Multisite: the base URL.
|
||||
if ( is_multisite() ) {
|
||||
// Multisite: the base URL.
|
||||
return network_home_url();
|
||||
} // WordPress (single site): the blog URL.
|
||||
else {
|
||||
} else {
|
||||
// WordPress (single site): the blog URL.
|
||||
return get_bloginfo_rss( 'url' );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user