Opened 13 years ago
Closed 13 years ago
#22211 closed defect (bug) (fixed)
Correct wpdb::bail() description
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.5 | Priority: | normal |
| Severity: | normal | Version: | 2.8 |
| Component: | Inline Docs | Keywords: | has-patch |
| Focuses: | Cc: |
Description
wpdb::bail() description (introduced in [10911]) appears to be inaccurate.
It skips wp_die() if wpdb::$show_errors if false, not true:
http://core.trac.wordpress.org/browser/tags/3.4.2/wp-includes/wp-db.php#L1506
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
In [22254]: