Ver Fonte

Radcliffe 2: Bumps the version number and fixes incorrect products per row number in code comment

Danny Dudzic há 7 anos atrás
pai
commit
af87fcc5c9
2 ficheiros alterados com 2 adições e 2 exclusões
  1. 1 1
      radcliffe-2/inc/woocommerce.php
  2. 1 1
      radcliffe-2/style.css

+ 1 - 1
radcliffe-2/inc/woocommerce.php

@@ -152,7 +152,7 @@ if ( ! function_exists( 'radcliffe_2_loop_columns' ) ) {
 	 * @return integer products per row
 	 */
 	function radcliffe_2_loop_columns() {
-		$columns = 3; // 4 products per row
+		$columns = 3; // 3 products per row
 		if ( function_exists( 'wc_get_default_products_per_row' ) ) {
 			$columns = wc_get_default_products_per_row();
 		}

+ 1 - 1
radcliffe-2/style.css

@@ -4,7 +4,7 @@ Theme URI: http://wordpress.com/themes/radcliffe-2
 Author: Anders Norén
 Author URI: http://www.andersnoren.se
 Description: A theme for bloggers who want their content to take center stage.
-Version: 2.0.1-wpcom
+Version: 2.0.2-wpcom
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: radcliffe-2