mirror of
git://develop.git.wordpress.org/
synced 2025-04-08 22:22:03 +02:00
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:
parent
acfcea4cba
commit
1712bfcf79
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user