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.