Docs: Fix typo in `in_category()` description.

Props Kenshino, mbootsman.
Fixes #38363.

git-svn-id: https://develop.svn.wordpress.org/trunk@38828 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2016-10-19 13:45:28 +00:00
parent 2a713b0b39
commit 949d991913
1 changed files with 1 additions and 1 deletions

View File

@ -255,7 +255,7 @@ function get_the_category_list( $separator = '', $parents='', $post_id = false )
}
/**
* Check if the current post in within any of the given categories.
* Check if the current post is within any of the given categories.
*
* The given categories are checked against the post's categories' term_ids, names and slugs.
* Categories given as integers will only be checked against the post's categories' term_ids.