From 3c0d96524c367456b8687f833f38ebb2d7a3653d Mon Sep 17 00:00:00 2001 From: Mark Jaquith Date: Sat, 29 Dec 2012 18:01:41 +0000 Subject: [PATCH] Move 'endif;' to its own line instead of having it room with a right curly brace. props dimadin. fixes #22586 git-svn-id: http://core.svn.wordpress.org/trunk@23228 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/pluggable.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wp-includes/pluggable.php b/wp-includes/pluggable.php index 37ddb83f35..69e2d330e7 100644 --- a/wp-includes/pluggable.php +++ b/wp-includes/pluggable.php @@ -816,7 +816,8 @@ function check_admin_referer($action = -1, $query_arg = '_wpnonce') { } do_action('check_admin_referer', $action, $result); return $result; -}endif; +} +endif; if ( !function_exists('check_ajax_referer') ) : /**