Make WordPress Core


Ignore:
Timestamp:
12/20/2018 12:58:53 AM (8 years ago)
Author:
SergeyBiryukov
Message:

Docs: Update @since tag for the addition of query start time to logged query data.

Fixes #43315.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/wp-db.php

    r44330 r44345  
    179179         * @since 1.5.0
    180180         * @since 2.5.0 The third element in each query log was added to record the calling functions.
    181          * @since 5.0.0 The fourth element in each query log was added to record the start time.
     181         * @since 5.1.0 The fourth element in each query log was added to record the start time.
    182182         *
    183183         * @var array[] {
Note: See TracChangeset for help on using the changeset viewer.