From fbf4ffd39bfba2bd72f6aafcd015d9316de059fd Mon Sep 17 00:00:00 2001 From: Gustavo Bordoni Date: Sat, 2 Aug 2014 21:32:18 -0300 Subject: [PATCH] Include a isset before using a variable that might not be there --- includes/admin/meta-boxes/views/html-order-refund.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/admin/meta-boxes/views/html-order-refund.php b/includes/admin/meta-boxes/views/html-order-refund.php index 1de0fb8d0b3..bdf74280e2f 100644 --- a/includes/admin/meta-boxes/views/html-order-refund.php +++ b/includes/admin/meta-boxes/views/html-order-refund.php @@ -24,7 +24,7 @@ if ( ! defined( 'ABSPATH' ) ) { - +