Display rounding as 0 when not set

This commit is contained in:
Brian Miyaji
2014-02-21 11:17:47 +11:00
parent 562e69d1f5
commit 245debefb5
3 changed files with 48 additions and 6 deletions

View File

@@ -116,7 +116,7 @@ if ( !function_exists( 'sportspress_get_post_precision' ) ) {
if ( $precision ):
return $precision;
else:
return '1';
return 0;
endif;
}
}