Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Julian Jöris 2012-05-18 14:17:17 +02:00
commit e2472a213a
2 changed files with 2 additions and 0 deletions

View File

@ -150,6 +150,7 @@ Yes you can! Join in on our [GitHub repository](http://github.com/woothemes/wooc
==
* Fix - Strange error where detecting the page (is_page etc) would break the canonical redirect in some instances when hooked into 'wp'. Used the later get_header hook instead.
* Fix - fix for https://bugs.php.net/bug.php?id=61166 (thanks Max Rice)
= 1.5.6 - 17/05/2012 =
* Feature - Default display for shipping methods is radio buttons. Before, when methods were enabled/disabled based on coupons or customer, changed methods could go unnoticed. Radio options are always visible.

View File

@ -20,6 +20,7 @@
* @param mixed $dim
* @param mixed $unit 'in', 'm', 'cm', 'm'
* @return void
*
*/
function woocommerce_get_dimension( $dim, $to_unit ) {