@@ -361,7 +361,7 @@ |
||
| 361 | 361 | * Check if the home URL is https. If it is, we don't need to do things such as 'force ssl'. |
| 362 | 362 | * |
| 363 | 363 | * @since 2.4.13 |
| 364 | - * @return bool |
|
| 364 | + * @return string |
|
| 365 | 365 | */ |
| 366 | 366 | function wc_site_is_https() { |
| 367 | 367 | return strstr( get_option( 'home' ), 'https:' ); |