Pledge Form: Apply coding standards.

This commit is contained in:
Ian Dunn 2019-10-26 11:00:03 -07:00
parent c10699f97c
commit 63f718bd9a
No known key found for this signature in database
GPG key ID: 99B971B50343CBCB

View file

@ -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();