Ticket #18854: zeroise-doc-error.diff
File zeroise-doc-error.diff, 614 bytes (added by , 14 years ago) |
---|
-
wp-includes/formatting.php
1148 1148 * Add leading zeros when necessary. 1149 1149 * 1150 1150 * If you set the threshold to '4' and the number is '10', then you will get 1151 * back '0010'. If you set the numberto '4' and the number is '5000', then you1151 * back '0010'. If you set the threshold to '4' and the number is '5000', then you 1152 1152 * will get back '5000'. 1153 1153 * 1154 1154 * Uses sprintf to append the amount of zeros based on the $threshold parameter