Order player list positions by slug

This commit is contained in:
Brian Miyaji
2014-07-09 16:56:21 +10:00
parent 68263c3ae5
commit acaa7de154

View File

@@ -62,7 +62,7 @@ else:
endif;
if ( $grouping === 'position' ):
$groups = get_terms( 'sp_position' );
$groups = get_terms( 'sp_position', array( 'orderby' => 'slug' ) );
else:
$group = new stdClass();
$group->term_id = null;