Removed superfluous newline.

This commit is contained in:
Peter Fabian 2018-05-02 22:15:25 +02:00
parent 04dd99613e
commit 45cd62e3b9
1 changed files with 0 additions and 1 deletions

View File

@ -2008,7 +2008,6 @@ function wc_get_relative_url( $url ) {
return wc_is_external_resource( $url ) ? $url : str_replace( array( 'http://', 'https://' ), '//', $url );
}
/**
* See if a resource is remote.
*