League => Competition

This commit is contained in:
Brian Miyaji
2014-10-21 02:28:12 +11:00
parent 1229c7367f
commit cf17257881
30 changed files with 43 additions and 47 deletions

View File

@@ -293,7 +293,7 @@
<tbody>
<tr>
<td><?php _e( 'Leagues', 'sportspress' ); ?>:</td>
<td><?php _e( 'Competitions', 'sportspress' ); ?>:</td>
<td><?php
$display_terms = array();
$terms = get_terms( 'sp_league', array( 'hide_empty' => 0 ) );