Completed
Push — master ( 75895f...644cf7 )
by Mike
09:18
created
includes/wc-template-functions.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -341,7 +341,7 @@
 block discarded – undo
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 ) {
Please login to merge, or discard this patch.