mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-15 23:25:50 +01:00
Docs: Fix typo in the is_post_status_viewable()
function description.
Follow-up to [50130]. Props rafiahmedd. Fixes #55068. Built from https://develop.svn.wordpress.org/trunk@52670 git-svn-id: http://core.svn.wordpress.org/trunk@52259 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
db603605ac
commit
84f61343d4
@ -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
|
||||
|
@ -16,7 +16,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.0-alpha-52669';
|
||||
$wp_version = '6.0-alpha-52670';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user