We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
is_user_logged_in()
wp_validate_auth_cookie()
admin-post.php
1 parent 9b66c87 commit cfe3528Copy full SHA for cfe3528
wp-admin/admin-post.php
@@ -31,7 +31,7 @@
31
32
$action = empty( $_REQUEST['action'] ) ? '' : $_REQUEST['action'];
33
34
-if ( ! wp_validate_auth_cookie() ) {
+if ( ! is_user_logged_in() ) {
35
if ( empty( $action ) ) {
36
/**
37
* Fires on a non-authenticated admin post request where no action is supplied.
wp-includes/version.php
@@ -13,7 +13,7 @@
13
*
14
* @global string $wp_version
15
*/
16
-$wp_version = '5.1-beta1-44614';
+$wp_version = '5.1-beta1-44615';
17
18
19
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
0 commit comments