diff --git a/wp-admin/edit.php b/wp-admin/edit.php index 3b11eb71b7..d97932b11f 100644 --- a/wp-admin/edit.php +++ b/wp-admin/edit.php @@ -350,6 +350,11 @@ $_SERVER['REQUEST_URI'] = remove_query_arg( array( 'locked', 'skipped', 'updated + + + + + diff --git a/wp-includes/version.php b/wp-includes/version.php index 05e1ff27e7..2102a14abd 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8-alpha-39937'; +$wp_version = '4.8-alpha-39938'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.