Completed
Push — master ( 2b4f84...ad1104 )
by Mike
13:59
created
includes/wc-conditional-functions.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -361,7 +361,7 @@
 block discarded – undo
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:' );
Please login to merge, or discard this patch.