Allow statistic and column editing for admin only

This commit is contained in:
Brian Miyaji
2014-01-20 14:49:20 +11:00
parent 12f3d9cf5a
commit f2641222ad
6 changed files with 71 additions and 48 deletions

View File

@@ -37,7 +37,7 @@ function sportspress_the_content( $content ) {
global $post;
sportspress_league_table( $post->ID );
$table = sportspress_league_table( $post->ID );
$content = $table . $content;