diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php index dab072b8ba..2a1623b876 100644 --- a/wp-admin/includes/template.php +++ b/wp-admin/includes/template.php @@ -1111,13 +1111,11 @@ function do_accordion_sections( $screen, $context, $object ) { diff --git a/wp-includes/version.php b/wp-includes/version.php index 0ec3a63ba7..374f8264a7 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.1-alpha-30021'; +$wp_version = '4.1-alpha-30022'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.