projects
/
WP-Themes
/
glmthemes
/
shipwreck-theme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d39972e
)
Update for new woocommerce version
author
Laury GvR
<laury@gaslightmedia.com>
Tue, 23 Feb 2016 17:59:48 +0000
(12:59 -0500)
committer
Laury GvR
<laury@gaslightmedia.com>
Tue, 23 Feb 2016 17:59:48 +0000
(12:59 -0500)
woocommerce/content-product_cat.php
patch
|
blob
|
history
diff --git
a/woocommerce/content-product_cat.php
b/woocommerce/content-product_cat.php
index
f044d45
..
eabe9c2
100644
(file)
--- a/
woocommerce/content-product_cat.php
+++ b/
woocommerce/content-product_cat.php
@@
-6,7
+6,7
@@
*
* @author WooThemes
* @package WooCommerce/Templates
- * @version 2.
4.0
+ * @version 2.
5.2
*/
if ( ! defined( 'ABSPATH' ) ) {
@@
-52,8
+52,6
@@
$woocommerce_loop['loop']++;
<?php do_action( 'woocommerce_before_subcategory', $category ); ?>
- <a href="<?php echo get_term_link( $category->slug, 'product_cat' ); ?>">
-
<?php
/**
* woocommerce_before_subcategory_title hook
@@
-76,8
+74,6
@@
$woocommerce_loop['loop']++;
do_action( 'woocommerce_after_subcategory_title', $category );
?>
- </a>
-
<?php do_action( 'woocommerce_after_subcategory', $category ); ?>
</li>