Upgrade and import fixes.
git-svn-id: http://svn.automattic.com/wordpress/trunk@762 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
<?php
|
||||
// Functions to be called in install and upgrade scripts
|
||||
|
||||
function upgrade_all() {
|
||||
upgrade_071();
|
||||
upgrade_072();
|
||||
upgrade_100();
|
||||
upgrade_101();
|
||||
}
|
||||
|
||||
// General
|
||||
function maybe_create_table($table_name, $create_ddl) {
|
||||
global $wpdb;
|
||||
|
||||
Reference in New Issue
Block a user