From aeac3dc5f1c19570eaa3303222a0c9db644cb3ad Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Tue, 4 Oct 2011 16:02:33 +0000 Subject: [PATCH] phpdoc fix for zeroise(). Props trepmal. fixes #18854 git-svn-id: https://develop.svn.wordpress.org/trunk@18877 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/formatting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/formatting.php b/wp-includes/formatting.php index 2f9bc8613f..71ab5d7b0f 100644 --- a/wp-includes/formatting.php +++ b/wp-includes/formatting.php @@ -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