From 63f718bd9a0002eb644759c839877fd495245dbc Mon Sep 17 00:00:00 2001 From: Ian Dunn Date: Sat, 26 Oct 2019 11:00:03 -0700 Subject: [PATCH] Pledge Form: Apply coding standards. --- plugins/wporg-5ftf/includes/pledge.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/plugins/wporg-5ftf/includes/pledge.php b/plugins/wporg-5ftf/includes/pledge.php index 7e57b24..de58ac6 100755 --- a/plugins/wporg-5ftf/includes/pledge.php +++ b/plugins/wporg-5ftf/includes/pledge.php @@ -5,10 +5,11 @@ */ namespace WordPressDotOrg\FiveForTheFuture\Pledge; -use WordPressDotOrg\FiveForTheFuture\Email; use WordPressDotOrg\FiveForTheFuture; -use WP_Error; +use WordPressDotOrg\FiveForTheFuture\Email; +use WP_Error, WP_Query; + use const WordPressDotOrg\FiveForTheFuture\PledgeMeta\META_PREFIX; defined( 'WPINC' ) || die();