From 0beadb3bab255963006b0541d1987378fecdcfd5 Mon Sep 17 00:00:00 2001 From: Gerhard Date: Tue, 22 Jan 2019 15:22:14 +0200 Subject: [PATCH] Upate function @since to 3.6.0 --- includes/wc-conditional-functions.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/includes/wc-conditional-functions.php b/includes/wc-conditional-functions.php index ac85ebc86de..f2d281267dd 100644 --- a/includes/wc-conditional-functions.php +++ b/includes/wc-conditional-functions.php @@ -422,7 +422,7 @@ function wc_post_content_has_shortcode( $tag = '' ) { /** * Check if reviews are enabled. * - * @since 3.5.4 + * @since 3.6.0 * @return bool */ function wc_reviews_enabled() { @@ -432,7 +432,7 @@ function wc_reviews_enabled() { /** * Check if reviews ratings are enabled. * - * @since 3.5.4 + * @since 3.6.0 * @return bool */ function wc_review_ratings_enabled() { @@ -442,7 +442,7 @@ function wc_review_ratings_enabled() { /** * Check if review ratings are required. * - * @since 3.5.4 + * @since 3.6.0 * @return bool */ function wc_review_ratings_required() {