Changeset 45580 for trunk/src/wp-includes/ms-functions.php
- Timestamp:
- 07/01/2019 08:00:12 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-functions.php
r45204 r45580 2253 2253 * @return string URL with https as the scheme 2254 2254 */ 2255 function filter_SSL( $url ) { 2255 function filter_SSL( $url ) { // phpcs:ignore WordPress.NamingConventions.ValidFunctionName.FunctionNameInvalid 2256 2256 if ( ! is_string( $url ) ) { 2257 2257 return get_bloginfo( 'url' ); // Return home blog url with proper scheme
Note: See TracChangeset
for help on using the changeset viewer.