diff --git a/wp-admin/admin-ajax.php b/wp-admin/admin-ajax.php index 638fc39cef..fb19110029 100644 --- a/wp-admin/admin-ajax.php +++ b/wp-admin/admin-ajax.php @@ -153,7 +153,8 @@ $core_actions_post_deprecated = array( 'health-check-background-updates', 'health-check-loopback-requests', ); -$core_actions_post = array_merge( $core_actions_post, $core_actions_post_deprecated ); + +$core_actions_post = array_merge( $core_actions_post, $core_actions_post_deprecated ); // Register core Ajax calls. if ( ! empty( $_GET['action'] ) && in_array( $_GET['action'], $core_actions_get, true ) ) { diff --git a/wp-includes/version.php b/wp-includes/version.php index 4e128aefce..0d2e6b7d2b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-alpha-53362'; +$wp_version = '6.1-alpha-53363'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.