Opened 12 years ago
Closed 12 years ago
#21582 closed defect (bug) (fixed)
Correct @since values for wpdb properties
Reported by: | SergeyBiryukov | Owned by: | ryan |
---|---|---|---|
Milestone: | 3.5 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Inline Docs | Keywords: | has-patch |
Focuses: | Cc: |
Description
$num_rows | existed in 0.71, declared as var in [13314] (3.0) |
$last_query | existed in 0.71, declared as var in [1180] (1.2) |
$last_result | existed in 0.71, declared as var in [13314] (3.0) |
$col_info | existed in 0.71, declared as var in [1180] (1.2) |
$prefix | introduced in [6300] (2.5.0) |
$ready | introduced in [6459] (2.3.2) |
$dbpassword | introduced in [15537] (3.1), declared as protected in [21473] (3.5) |
$dbname | introduced in [15537] (3.1), declared as protected in [21473] (3.5) |
$dbhost | introduced in [15537] (3.1), declared as protected in [21473] (3.5) |
$dbh | existed in 0.71, declared as protected in [21473] (3.5) |
Attachments (2)
Change History (5)
Note: See
TracTickets for help on using
tickets.
21582.2.patch also updates
$last_query
description, which appears to be inaccurate.