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:
parent
2a713b0b39
commit
949d991913
@ -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.
|
* 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.
|
* Categories given as integers will only be checked against the post's categories' term_ids.
|
||||||
|
Loading…
Reference in New Issue
Block a user