Make WordPress Core

Ticket #10555: functions.php.diff

File functions.php.diff, 154 bytes (added by chombium, 17 years ago)

functions.php diff file

Line 
1142,145c142
2<
3< // if the number is not floating point number set the number of decimals to zero
4< if (!is_float($number)) $decimals = 0;
5<
6---
7>