#442 closed defect (bug) (fixed)
Static table name in wp-admin/install.php:149
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | minor | Version: | |
| Component: | Administration | Keywords: | |
| Focuses: | Cc: |
Description
change line 149 in wp-admin/install.php from
$wpdb->query( "INSERT INTO wp_main_post2cat (rel_id, post_id, category_id) VALUES (1, 1, 0)" );
to
$wpdb->query( "INSERT INTO $wpdb->post2cat (rel_id, post_id, category_id) VALUES (1, 1, 0)" );
Change History (3)
Note: See
TracTickets for help on using
tickets.