Display rounding as 0 when not set
This commit is contained in:
@@ -116,7 +116,7 @@ if ( !function_exists( 'sportspress_get_post_precision' ) ) {
|
||||
if ( $precision ):
|
||||
return $precision;
|
||||
else:
|
||||
return '1';
|
||||
return 0;
|
||||
endif;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user