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
This commit is contained in:
Andrew Nacin 2011-06-09 09:13:00 +00:00
parent ba1211237c
commit de1dcae9d1
1 changed files with 1 additions and 1 deletions

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
*