Docs: Add description for is_day().

Props webdevmattcrom.
Fixes #42784.

Built from https://develop.svn.wordpress.org/trunk@42355


git-svn-id: http://core.svn.wordpress.org/trunk@42184 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Aaron Jorbin 2017-12-03 20:42:47 +00:00
parent 0e656c1a10
commit e4e0aa27a5
2 changed files with 3 additions and 1 deletions

View File

@ -323,6 +323,8 @@ function is_date() {
/**
* Is the query for an existing day archive?
*
* A conditional check to test whether the page is a date-based archive page displaying posts for the current day.
*
* @since 1.5.0
*
* @global WP_Query $wp_query Global WP_Query instance.

View File

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