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
This commit is contained in:
nacin 2011-06-09 09:13:00 +00:00
parent c0cec1175e
commit 70ba819afd

View File

@ -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
*