Organize config table

This commit is contained in:
Brian Miyaji
2014-01-06 12:21:05 +11:00
parent f49ec03546
commit 233d39eb8f
7 changed files with 42 additions and 18 deletions

View File

@@ -79,9 +79,6 @@ function sp_manage_posts_custom_column( $column, $post_id ) {
case 'sp_format':
echo sp_get_post_format( $post_id );
break;
case 'sp_precision':
echo sp_get_post_precision( $post_id );
break;
case 'sp_player':
echo sp_the_posts( $post_id, 'sp_player' );
break;