When SHOP_IS_ON_FRONT set is_front_page to true
This commit is contained in:
parent
023ee52246
commit
552484e248
|
@ -47,6 +47,7 @@ class WC_Query {
|
|||
$q->is_singular = false;
|
||||
$q->is_post_type_archive = true;
|
||||
$q->is_archive = true;
|
||||
$q->is_front_page = true;
|
||||
define( 'SHOP_IS_ON_FRONT', true );
|
||||
|
||||
} else {
|
||||
|
|
|
@ -174,6 +174,7 @@ Yes you can! Join in on our [GitHub repository](http://github.com/woothemes/wooc
|
|||
* Fix - Allow translating of # in order numbers
|
||||
* Fix - Make United States label in JS translatable, as it might change
|
||||
* Fix - Zero tax check in totals.php
|
||||
* Fix - When SHOP_IS_ON_FRONT set is_front_page to true
|
||||
|
||||
= 1.5.7.1 - 14/06/2012 =
|
||||
* Fix - Saving Mijireh settings bug
|
||||
|
|
Loading…
Reference in New Issue