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

Fixes #43315.

git-svn-id: https://develop.svn.wordpress.org/trunk@44345 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2018-12-20 00:58:53 +00:00
parent 23e4da8516
commit 61ab633727

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.