From 654154ad89b4e3747e3324848dfd9022f4575909 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: https://develop.svn.wordpress.org/trunk@23228 602fd350-edb4-49c9-b593-d223f7449a82 --- 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') ) : /**