Completed
Push — master ( bcdce8...2c023a )
by Mike
10:07
created
includes/wc-core-functions.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -203,6 +203,7 @@
 block discarded – undo
203 203
  * Like wc_get_template, but returns the HTML instead of outputting.
204 204
  * @see wc_get_template
205 205
  * @since 2.5.0
206
+ * @param string $template_name
206 207
  */
207 208
 function wc_get_template_html( $template_name, $args = array(), $template_path = '', $default_path = '' ) {
208 209
 	ob_start();
Please login to merge, or discard this patch.