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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user