Docs: Update @since tag for the addition of query start time to logged query data.

Fixes #43315.
Built from https://develop.svn.wordpress.org/trunk@44345


git-svn-id: http://core.svn.wordpress.org/trunk@44175 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2018-12-20 00:59:47 +00:00
parent e3bb408fbd
commit 312e0d6d60
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.1-alpha-44344';
$wp_version = '5.1-alpha-44345';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.

View File

@ -178,7 +178,7 @@ class wpdb {
*
* @since 1.5.0
* @since 2.5.0 The third element in each query log was added to record the calling functions.
* @since 5.0.0 The fourth element in each query log was added to record the start time.
* @since 5.1.0 The fourth element in each query log was added to record the start time.
*
* @var array[] {
* Array of queries that were executed.