mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-12 13:44:21 +01:00
Correct phpdoc for wpdb::bail(). wp_die() is issued when show_errors is true, not false. Props SergeyBiryukov. fixes #22211
git-svn-id: http://core.svn.wordpress.org/trunk@22254 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
bcbc0b65ac
commit
8ae2c51069
@ -1617,7 +1617,7 @@ class wpdb {
|
||||
/**
|
||||
* Wraps errors in a nice header and footer and dies.
|
||||
*
|
||||
* Will not die if wpdb::$show_errors is true
|
||||
* Will not die if wpdb::$show_errors is false.
|
||||
*
|
||||
* @since 1.5.0
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user