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

@@ -96,7 +96,7 @@ if ( empty( $table_rows ) ):
else:
$output .= '<h4 class="sp-table-caption">' . __( 'Team Results', 'sportspress' ) . '</h4>';
$output .= '<h4 class="sp-table-caption">' . __( 'Event Results', 'sportspress' ) . '</h4>';
$output .= '<div class="sp-table-wrapper">' .
'<table class="sp-event-results sp-data-table' . ( $responsive ? ' sp-responsive-table' : '' ) . ( $scrollable ? ' sp-scrollable-table' : '' ) . '"><thead>' .