Ticket #22211: 22211.patch

File 22211.patch, 401 bytes (added by SergeyBiryukov, 7 months ago)
  • wp-includes/wp-db.php

     
    16171617        /** 
    16181618         * Wraps errors in a nice header and footer and dies. 
    16191619         * 
    1620          * Will not die if wpdb::$show_errors is true 
     1620         * Will not die if wpdb::$show_errors is false. 
    16211621         * 
    16221622         * @since 1.5.0 
    16231623         *