CVS: Latest wp-admin/install.php broken
-
https://cvs.sourceforge.net/viewcvs.py/cafelog/wordpress/wp-admin/install.php?r1=1.51&r2=1.52
This is broken. The following is invalid SQL:
$wpdb->query("INSERT INTO $wpdb->links (link_url, link_name, link_category, link_rss) VALUES ('https://blog.carthik.net/index.php', 'Carthik', 1' 'https://blog.carthik.net/feed/');");
This should read:
$wpdb->query("INSERT INTO $wpdb->links (link_url, link_name, link_category, link_rss) VALUES ('https://blog.carthik.net/index.php', 'Carthik', 1, 'https://blog.carthik.net/feed/');");
Please test your changes fully before committing, thanks. ??
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘CVS: Latest wp-admin/install.php broken’ is closed to new replies.