From de1dcae9d158c5c724cdbf43bcca0f0ac345be4c Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Thu, 9 Jun 2011 09:13:00 +0000 Subject: [PATCH] i before e except after c. props trepmal, fixes #17730. git-svn-id: https://develop.svn.wordpress.org/trunk@18208 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/kses.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/kses.php b/wp-includes/kses.php index 0dfca16e45..3a4da1e392 100644 --- a/wp-includes/kses.php +++ b/wp-includes/kses.php @@ -513,7 +513,7 @@ function wp_kses($string, $allowed_html, $allowed_protocols = array ()) { * You add any kses hooks here. * * There is currently only one kses WordPress hook and it is called here. All - * parameters are passed to the hooks and expected to recieve a string. + * parameters are passed to the hooks and expected to receive a string. * * @since 1.0.0 *