@@ -341,7 +341,7 @@ |
||
341 | 341 | * Outputs hidden form inputs for each query string variable. |
342 | 342 | * @since 2.7.0 |
343 | 343 | * @param array $values Name value pairs. |
344 | - * @param array $exclude Keys to exclude. |
|
344 | + * @param string[] $exclude Keys to exclude. |
|
345 | 345 | * @param string $current_key Current key we are outputting. |
346 | 346 | */ |
347 | 347 | function wc_query_string_form_fields( $values = null, $exclude = array(), $current_key = '', $return = false ) { |