Opened 15 years ago
Closed 15 years ago
#2951 closed defect (bug) (fixed)
SQL Query on non-existant table in upgraded MU
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 1.5 | Priority: | normal |
| Severity: | Version: | ||
| Component: | Core | Keywords: | has-patch |
| Cc: |
Description
The function in WP 3.0 to determine the correct table prefix for any site is $wpdb->get_blog_prefix which contains the logic to produce the correct table prefix for the main site in both an upgraded MU install and new WP 3.0 network.
Patch attached.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
(In [3532]) Use correct table prefix for WP network mode. Fixes #2951, props wpmuguru