Ticket #7471 (closed defect (bug): fixed)
Wrong suppression variable name in functions.php
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.6.1 |
| Component: | General | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
In WP 2.6, wp-includes/functions.php, line 344:
$supress = $wpdb->suppress_errors();
In WP 2.6, wp-includes/functions.php, line 348:
$wpdb->suppress_errors($suppress);
The variable names don't match ("supress" vs "suppress").
Attachments
Change History
- Status changed from new to closed
- Resolution set to fixed
Note: See
TracTickets for help on using
tickets.

