Team Results => Event Results

This commit is contained in:
Brian Miyaji
2015-01-28 13:58:54 +11:00
parent f4603a725b
commit efa051e749
6 changed files with 132 additions and 136 deletions

View File

@@ -270,7 +270,7 @@ class SP_Settings_Status extends SP_Settings_Page {
?></td>
</tr>
<tr>
<td><?php _e( 'Team Results', 'sportspress' ); ?>:</td>
<td><?php _e( 'Event Results', 'sportspress' ); ?>:</td>
<td><?php
$display_posts = array();
$posts = get_posts( array( 'post_type' => 'sp_result', 'orderby' => 'menu_order', 'order' => 'ASC', 'posts_per_page' => -1, 'post_status' => 'any' ) );