coding standards

This commit is contained in:
James Koster 2014-11-11 14:54:32 +00:00
parent d58400399a
commit 57809bc017
1 changed files with 2 additions and 2 deletions

View File

@ -148,14 +148,14 @@ class WC_Settings_Products extends WC_Settings_Page {
'css' => 'min-width:300px;',
'default' => 'title',
'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' ),
'popularity' => __( 'Popularity (sales)', 'woocommerce' ),
'rating' => __( 'Average Rating', 'woocommerce' ),
'date' => __( 'Sort by most recent', 'woocommerce' ),
'price' => __( 'Sort by price (asc)', 'woocommerce' ),
'price-desc' => __( 'Sort by price (desc)', 'woocommerce' ),
)),
) ),
'desc_tip' => true,
),