phpdoc fix for zeroise(). Props trepmal. fixes #18854

git-svn-id: https://develop.svn.wordpress.org/trunk@18877 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2011-10-04 16:02:33 +00:00
parent ed0c374876
commit aeac3dc5f1
1 changed files with 1 additions and 1 deletions

View File

@ -1148,7 +1148,7 @@ function format_to_post($content) {
* Add leading zeros when necessary.
*
* If you set the threshold to '4' and the number is '10', then you will get
* back '0010'. If you set the number to '4' and the number is '5000', then you
* back '0010'. If you set the threshold to '4' and the number is '5000', then you
* will get back '5000'.
*
* Uses sprintf to append the amount of zeros based on the $threshold parameter