Opened 8 months ago
Closed 8 months ago
#22211 closed defect (bug) (fixed)
Correct wpdb::bail() description
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.5 |
| Component: | Inline Docs | Version: | 2.8 |
| Severity: | normal | Keywords: | has-patch |
| 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)
Note: See
TracTickets for help on using
tickets.
In [22254]: