Display 2 columns in sample player stats

This commit is contained in:
Brian Miyaji
2014-10-19 15:51:23 +11:00
parent e646d2c752
commit 1eb0256d12

View File

@@ -193,7 +193,7 @@ class SP_Admin_Sample_Data {
$columns = array( 'team' );
$args = array(
'post_type' => array( 'sp_performance', 'sp_statistic' ),
'posts_per_page' => 5,
'posts_per_page' => 2,
'orderby' => 'menu_order',
'order' => 'ASC',
);