diff --git a/wp-includes/functions.php b/wp-includes/functions.php index 85ce30288a..762c2fde03 100644 --- a/wp-includes/functions.php +++ b/wp-includes/functions.php @@ -831,6 +831,7 @@ function wp_removable_query_args() { 'untrashed', 'update', 'updated', + 'wp-post-new-reload', ); /** diff --git a/wp-includes/version.php b/wp-includes/version.php index 952ecdfc26..fbc4a520df 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-beta2-35459'; +$wp_version = '4.4-beta2-35460'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.