Skip to content

Commit

Permalink
update_count_callback for tags
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejolley committed Apr 18, 2012
1 parent ecf18e1 commit d7ff3bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions readme.txt
Expand Up @@ -147,6 +147,7 @@ Yes you can! Join in on our [GitHub repository](http://github.com/woothemes/wooc
* Tweak - Added minus symbol before discount on view order page
* Fix - Replacing use of deprecated function get_current_theme() with wp_get_theme()
* Fix - PayPal http_build_query & -> & on some PHP 5.3 servers
* Fix - update_count_callback for tags

= 1.5.4 - 16/04/2012 =
* Feature - Allow attributes to be added from the edit product page
Expand Down
1 change: 1 addition & 0 deletions woocommerce.php
Expand Up @@ -578,6 +578,7 @@ function init_taxonomy() {
array('product'),
array(
'hierarchical' => false,
'update_count_callback' => '_update_post_term_count',
'label' => __( 'Product Tags', 'woocommerce'),
'labels' => array(
'name' => __( 'Tags', 'woocommerce'),
Expand Down

0 comments on commit d7ff3bd

Please sign in to comment.