Add player performance format selector

This commit is contained in:
Brian Miyaji
2016-03-02 23:09:43 +11:00
parent 6bf57e27b9
commit 2b26d1166f
4 changed files with 22 additions and 9 deletions

View File

@@ -167,6 +167,7 @@ class SP_Admin_Sports {
update_post_meta( $id, 'sp_icon', sp_array_value( $performance, 'icon', null ) );
update_post_meta( $id, 'sp_color', sp_array_value( $performance, 'color', null ) );
update_post_meta( $id, 'sp_section', sp_array_value( $performance, 'section', -1 ) );
update_post_meta( $id, 'sp_format', sp_array_value( $performance, 'format', 'number' ) );
$i ++;
}