Dumped Get

This commit is contained in:
Mike Jolley 2012-02-15 20:27:40 +00:00
parent 503490f88c
commit 00b3266765
2 changed files with 2 additions and 1 deletions

View File

@ -104,6 +104,7 @@ Yes you can! Join in on our GitHub repository :) https://github.com/woothemes/wo
* Improved install process
* Hookable woocommerce_form_field
* Updated dummy content
* Removed the sorting 'GET' from the sort form in favour of POST - caused too many issues. GET requests will still work however.
= 1.4.2 - 09/02/2012 =
* Uninstall fix

View File

@ -3,7 +3,7 @@
* Sorting
*/
?>
<form class="woocommerce_ordering" method="<?php if (get_option( 'permalink_structure' )=="") echo 'POST'; else echo 'GET'; ?>">
<form class="woocommerce_ordering" method="POST">
<select name="sort" class="orderby">
<?php
$catalog_orderby = apply_filters('woocommerce_catalog_orderby', array(