Update default for 'Default Product Sorting' option

This commit is contained in:
Bryce 2014-11-17 15:37:02 +07:00
parent 295fed6467
commit 71909a7c72
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ class WC_Settings_Products extends WC_Settings_Page {
'id' => 'woocommerce_default_catalog_orderby',
'class' => 'chosen_select',
'css' => 'min-width:300px;',
'default' => 'title',
'default' => 'menu_order',
'type' => 'select',
'options' => apply_filters( 'woocommerce_default_catalog_orderby_options', array(
'menu_order' => __( 'Default sorting (custom ordering + name)', 'woocommerce' ),