From 4b2b654749cfd5307eb8572cce9cbe607804307a Mon Sep 17 00:00:00 2001 From: Ismail El Korchi Date: Sat, 26 May 2018 03:16:44 +0000 Subject: [PATCH] Update wc_maybe_define_constant doc --- includes/wc-core-functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/wc-core-functions.php b/includes/wc-core-functions.php index ccc6eab6f3b..66641367ac9 100644 --- a/includes/wc-core-functions.php +++ b/includes/wc-core-functions.php @@ -59,7 +59,7 @@ add_filter( 'woocommerce_short_description', array( $GLOBALS['wp_embed'], 'run_s * * @since 3.0.0 * @param string $name Constant name. - * @param string $value Value. + * @param mixed $value Value. */ function wc_maybe_define_constant( $name, $value ) { if ( ! defined( $name ) ) {