Fixing quick set in Admin Variable.

I just send fix for 'price' element in Quick edit for all my variables..

Thanks you again.
Yakir.
This commit is contained in:
Yakir Sitbon 2012-12-06 13:52:27 +02:00
parent 86adc50964
commit 15b1190357
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ function variable_product_type_options() {
<a href="#" class="close_all"><?php _e( 'Close all', 'woocommerce' ); ?></a><a href="#" class="expand_all"><?php _e( 'Expand all', 'woocommerce' ); ?></a>
<strong><?php _e( 'Bulk edit:', 'woocommerce' ); ?></strong>
<select id="field_to_edit">
<option value="variable_price"><?php _e( 'Prices', 'woocommerce' ); ?></option>
<option value="variable_regular_price"><?php _e( 'Prices', 'woocommerce' ); ?></option>
<option value="variable_sale_price"><?php _e( 'Sale prices', 'woocommerce' ); ?></option>
<option value="variable_stock"><?php _e( 'Stock', 'woocommerce' ); ?></option>
<option value="variable_weight"><?php _e( 'Weight', 'woocommerce' ); ?></option>