Merge pull request #21311 from woocommerce/update/21308
Sort by latest instead of Sort by newness
This commit is contained in:
commit
fe1acc0e8e
|
@ -1295,7 +1295,7 @@ if ( ! function_exists( 'woocommerce_catalog_ordering' ) ) {
|
||||||
'menu_order' => __( 'Default sorting', 'woocommerce' ),
|
'menu_order' => __( 'Default sorting', 'woocommerce' ),
|
||||||
'popularity' => __( 'Sort by popularity', 'woocommerce' ),
|
'popularity' => __( 'Sort by popularity', 'woocommerce' ),
|
||||||
'rating' => __( 'Sort by average rating', 'woocommerce' ),
|
'rating' => __( 'Sort by average rating', 'woocommerce' ),
|
||||||
'date' => __( 'Sort by newness', 'woocommerce' ),
|
'date' => __( 'Sort by latest', 'woocommerce' ),
|
||||||
'price' => __( 'Sort by price: low to high', 'woocommerce' ),
|
'price' => __( 'Sort by price: low to high', 'woocommerce' ),
|
||||||
'price-desc' => __( 'Sort by price: high to low', 'woocommerce' ),
|
'price-desc' => __( 'Sort by price: high to low', 'woocommerce' ),
|
||||||
) );
|
) );
|
||||||
|
|
Loading…
Reference in New Issue