Add div wrappers to templates

This commit is contained in:
Brian Miyaji
2014-08-23 21:53:02 +10:00
parent 091c2a33ff
commit 8a4c8d8039
16 changed files with 491 additions and 451 deletions

View File

@@ -60,7 +60,10 @@ if ( is_array( $leagues ) ):
endforeach;
$output .= '</tbody>' . '</table>' . '</div>';
echo apply_filters( 'sportspress_player_statistics', $output );
?>
<div class="sp-template sp-template-player-statistics">
<?php echo $output; ?>
</div>
<?php
endforeach;
endif;