coding standards
This commit is contained in:
parent
d58400399a
commit
57809bc017
|
@ -148,14 +148,14 @@ class WC_Settings_Products extends WC_Settings_Page {
|
||||||
'css' => 'min-width:300px;',
|
'css' => 'min-width:300px;',
|
||||||
'default' => 'title',
|
'default' => 'title',
|
||||||
'type' => 'select',
|
'type' => 'select',
|
||||||
'options' => apply_filters('woocommerce_default_catalog_orderby_options', array(
|
'options' => apply_filters( 'woocommerce_default_catalog_orderby_options', array(
|
||||||
'menu_order' => __( 'Default sorting (custom ordering + name)', 'woocommerce' ),
|
'menu_order' => __( 'Default sorting (custom ordering + name)', 'woocommerce' ),
|
||||||
'popularity' => __( 'Popularity (sales)', 'woocommerce' ),
|
'popularity' => __( 'Popularity (sales)', 'woocommerce' ),
|
||||||
'rating' => __( 'Average Rating', 'woocommerce' ),
|
'rating' => __( 'Average Rating', 'woocommerce' ),
|
||||||
'date' => __( 'Sort by most recent', 'woocommerce' ),
|
'date' => __( 'Sort by most recent', 'woocommerce' ),
|
||||||
'price' => __( 'Sort by price (asc)', 'woocommerce' ),
|
'price' => __( 'Sort by price (asc)', 'woocommerce' ),
|
||||||
'price-desc' => __( 'Sort by price (desc)', 'woocommerce' ),
|
'price-desc' => __( 'Sort by price (desc)', 'woocommerce' ),
|
||||||
)),
|
) ),
|
||||||
'desc_tip' => true,
|
'desc_tip' => true,
|
||||||
),
|
),
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue