mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-09 07:04:34 +00:00
Correct phpdoc for wpdb::bail(). wp_die() is issued when show_errors is true, not false. Props SergeyBiryukov. fixes #22211
git-svn-id: https://develop.svn.wordpress.org/trunk@22254 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user