diff --git a/includes/class-wc-query.php b/includes/class-wc-query.php index 2a5e596070e..8da1c405002 100644 --- a/includes/class-wc-query.php +++ b/includes/class-wc-query.php @@ -731,7 +731,9 @@ class WC_Query { } /** - * Layered Nav Init. + * Get an array of attributes and terms selected with the layered nav widget. + * + * @return array */ public static function get_layered_nav_chosen_attributes() { if ( ! is_array( self::$_chosen_attributes ) ) {