From 48ed0b7e11bd9e6cb81eb3a49bb55e78b213fe42 Mon Sep 17 00:00:00 2001 From: Tiago Noronha Date: Fri, 18 Aug 2017 19:13:21 +0100 Subject: [PATCH] Add commas to each array value. --- inc/woocommerce.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/woocommerce.php b/inc/woocommerce.php index 7d2d85b1..9413c51e 100644 --- a/inc/woocommerce.php +++ b/inc/woocommerce.php @@ -95,7 +95,7 @@ add_filter( 'loop_shop_columns', '_s_woocommerce_loop_columns' ); function _s_woocommerce_related_products_args( $args ) { $defaults = array( 'posts_per_page' => 3, - 'columns' => 3 + 'columns' => 3, ); $args = wp_parse_args( $defaults, $args ); @@ -238,7 +238,7 @@ if ( ! function_exists( '_s_woocommerce_header_cart' ) ) {
  • '' + 'title' => '', ); the_widget( 'WC_Widget_Cart', $instance );