Docs: Update the description of `is_singular()` and `WP_Query::is_singular()` to be parsed correctly by developer.wordpress.org.

Props grapplerulrich.
Fixes #39948.
Built from https://develop.svn.wordpress.org/trunk@40103


git-svn-id: http://core.svn.wordpress.org/trunk@40040 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2017-02-23 10:30:43 +00:00
parent 55df308b4d
commit 564d6a0c90
3 changed files with 5 additions and 3 deletions

View File

@ -3872,7 +3872,8 @@ class WP_Query {
}
/**
* Is the query for an existing single post of any post type (post, attachment, page, ... )?
* Is the query for an existing single post of any post type (post, attachment, page,
* custom post types)?
*
* If the $post_types parameter is specified, this function will additionally
* check if the query is for one of the Posts Types specified.

View File

@ -597,7 +597,8 @@ function is_single( $post = '' ) {
}
/**
* Is the query for an existing single post of any post type (post, attachment, page, ... )?
* Is the query for an existing single post of any post type (post, attachment, page,
* custom post types)?
*
* If the $post_types parameter is specified, this function will additionally
* check if the query is for one of the Posts Types specified.

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.8-alpha-40102';
$wp_version = '4.8-alpha-40103';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.