mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-22 00:01:27 +01:00
phpdoc fix for zeroise(). Props trepmal. fixes #18854
git-svn-id: http://svn.automattic.com/wordpress/trunk@18877 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
5e247750a1
commit
b3054bd18f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user