Skip to content

Commit

Permalink
Change default sort order for featured column
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejolley committed Apr 7, 2016
1 parent 3073437 commit 143642a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/admin/class-wc-admin-post-types.php
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,7 @@ public function render_shop_order_columns( $column ) {
public function product_sortable_columns( $columns ) {
$custom = array(
'price' => 'price',
'featured' => 'featured',
'featured' => array( 'featured', 1 ),
'sku' => 'sku',
'name' => 'title'
);
Expand Down

0 comments on commit 143642a

Please sign in to comment.