Opened 11 years ago
Closed 11 years ago
#24893 closed defect (bug) (fixed)
Remove unused global $wpdb in admin-bar.php
Reported by: | jeremyfelt | Owned by: | ocean90 |
---|---|---|---|
Milestone: | 3.7 | Priority: | normal |
Severity: | normal | Version: | 3.1 |
Component: | Administration | Keywords: | has-patch |
Focuses: | Cc: |
Description
The function wp_admin_bar_my_sites_menu()
in wp-includes/admin-bar.php
has an unused global $wpdb
that has been unused since the introduction of the file in [15671].
Attached patch removes the unused global.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
In 24987: