From 61ab6337279e687236fd0aeecd7566cd5a39cdf8 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 20 Dec 2018 00:58:53 +0000 Subject: [PATCH] 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 --- src/wp-includes/wp-db.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/wp-db.php b/src/wp-includes/wp-db.php index f05b2c4bec..93393a8fa5 100644 --- a/src/wp-includes/wp-db.php +++ b/src/wp-includes/wp-db.php @@ -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.