mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 01:27:36 +01:00
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:
parent
e3bb408fbd
commit
312e0d6d60
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user