diff --git a/wp-admin/includes/upgrade.php b/wp-admin/includes/upgrade.php index 5c29a1a832..4c40a62538 100644 --- a/wp-admin/includes/upgrade.php +++ b/wp-admin/includes/upgrade.php @@ -2183,9 +2183,6 @@ function dbDelta( $queries = '', $execute = true ) { // Separate field lines into an array. $flds = explode("\n", $qryline); - // todo: Remove this? - //echo "
\n".print_r(strtolower($table), true).":\n".print_r($cqueries, true)."
{$table}:\n"; } } - // todo: Remove this? - //else echo "
Found index:".$index_string."
{$table}:\n"; } } @@ -2359,8 +2350,6 @@ function dbDelta( $queries = '', $execute = true ) { $allqueries = array_merge($cqueries, $iqueries); if ($execute) { foreach ($allqueries as $query) { - // todo: Remove this? - //echo "
Did not find index:".$index_string."
".print_r($indices, true)."
".print_r($query, true)."\n"; $wpdb->query($query); } } diff --git a/wp-includes/version.php b/wp-includes/version.php index 551fbf9744..b2d8c9d717 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.6-alpha-37532'; +$wp_version = '4.6-alpha-37533'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.