Merge branch 'pr/10596'

This commit is contained in:
Mike Jolley 2016-03-24 11:34:08 +00:00
commit 1b520840d6
2 changed files with 2 additions and 2 deletions

View File

@ -84,7 +84,7 @@
Backbone.ajax({
method: 'POST',
dataType: 'json',
url: ajaxurl + '?action=woocommerce_tax_rates_save_changes',
url: ajaxurl + ( ajaxurl.indexOf( '?' ) > 0 ? '&' : '?' ) + 'action=woocommerce_tax_rates_save_changes',
data: {
current_class: data.current_class,
wc_tax_nonce: data.wc_tax_nonce,

File diff suppressed because one or more lines are too long