diff --git a/wp-admin/customize.php b/wp-admin/customize.php index c90f1143a3..44654c003f 100644 --- a/wp-admin/customize.php +++ b/wp-admin/customize.php @@ -160,7 +160,7 @@ do_action( 'customize_controls_print_scripts' );
diff --git a/wp-includes/version.php b/wp-includes/version.php index addb184814..60caa3438b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.7-beta3-39217'; +$wp_version = '4.7-beta3-39218'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.