diff --git a/src/wp-admin/admin-ajax.php b/src/wp-admin/admin-ajax.php
index 638fc39cef..c39d18b339 100644
a
|
b
|
$core_actions_post_deprecated = array( |
153 | 153 | 'health-check-background-updates', |
154 | 154 | 'health-check-loopback-requests', |
155 | 155 | ); |
156 | | $core_actions_post = array_merge( $core_actions_post, $core_actions_post_deprecated ); |
| 156 | $core_actions_post = array_merge( $core_actions_post, $core_actions_post_deprecated ); |
157 | 157 | |
158 | 158 | // Register core Ajax calls. |
159 | 159 | if ( ! empty( $_GET['action'] ) && in_array( $_GET['action'], $core_actions_get, true ) ) { |