Logged out warnings: by default, load only in the admin. Plugins and themes can load on the front-end when needed, see #23295

git-svn-id: https://develop.svn.wordpress.org/trunk@23881 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2013-03-30 19:17:09 +00:00
parent 3f1f5162b6
commit 93f1856d06

View File

@@ -295,6 +295,6 @@ add_filter( 'default_option_embed_autourls', '__return_true' );
add_filter( 'heartbeat_settings', 'wp_heartbeat_settings' );
// Check if the user is logged out
add_action( 'init', 'wp_auth_check_load' );
add_action( 'admin_init', 'wp_auth_check_load' );
unset($filter, $action);