#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 (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.

(In [8570]) Fix variable name typo. Props ionfish. fixes #7471 for trunk