mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
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:
@@ -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