Docs: Fix typo in the is_post_status_viewable() function description.

Follow-up to [50130].

Props rafiahmedd.
Fixes #55068.

git-svn-id: https://develop.svn.wordpress.org/trunk@52670 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2022-02-03 21:23:22 +00:00
parent acfcea4cba
commit 1712bfcf79

View File

@ -2291,7 +2291,7 @@ function is_post_type_viewable( $post_type ) {
/**
* Determine whether a post status is considered "viewable".
*
* For built-in post statuses such as publish and private, the 'public' value will be evaluted.
* For built-in post statuses such as publish and private, the 'public' value will be evaluated.
* For all others, the 'publicly_queryable' value will be used.
*
* @since 5.7.0