From 70ba819afd6f8cdec144f2b35908f2838797bdc7 Mon Sep 17 00:00:00 2001 From: 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: http://svn.automattic.com/wordpress/trunk@18208 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 0dfca16e4..3a4da1e39 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 *