Opened 14 years ago
Closed 14 years ago
#16571 closed defect (bug) (fixed)
Remove unused global $db_list, $global_db_list
Reported by: | mitchoyoshitaka | Owned by: | mitchoyoshitaka |
---|---|---|---|
Milestone: | 3.2 | Priority: | normal |
Severity: | normal | Version: | 3.1 |
Component: | Database | Keywords: | has-patch commit 3.2-early |
Focuses: | Cc: |
Description
In wpdb->db_connect(), we declare:
global $db_list, $global_db_list;
but don't actually use them. In fact, these variables don't show up anywhere else in the codebase.
Attachments (2)
Change History (7)
#1
@
14 years ago
- Keywords has-patch commit 3.2-early added; cleanup removed
- Milestone changed from Awaiting Review to Future Release
The rest was killed in [15537].
#2
@
14 years ago
- Version set to 3.1
Delete the next line as well with this second.patch / Related: #16760 (duplicate)
+1 to have this just done.
Note: See
TracTickets for help on using
tickets.
Trivial patch