mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-22 11:03:43 +03:00
Pledge Form: Apply coding standards.
This commit is contained in:
parent
c10699f97c
commit
63f718bd9a
|
@ -5,10 +5,11 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace WordPressDotOrg\FiveForTheFuture\Pledge;
|
namespace WordPressDotOrg\FiveForTheFuture\Pledge;
|
||||||
use WordPressDotOrg\FiveForTheFuture\Email;
|
|
||||||
|
|
||||||
use WordPressDotOrg\FiveForTheFuture;
|
use WordPressDotOrg\FiveForTheFuture;
|
||||||
use WP_Error;
|
use WordPressDotOrg\FiveForTheFuture\Email;
|
||||||
|
use WP_Error, WP_Query;
|
||||||
|
|
||||||
use const WordPressDotOrg\FiveForTheFuture\PledgeMeta\META_PREFIX;
|
use const WordPressDotOrg\FiveForTheFuture\PledgeMeta\META_PREFIX;
|
||||||
|
|
||||||
defined( 'WPINC' ) || die();
|
defined( 'WPINC' ) || die();
|
||||||
|
|
Loading…
Reference in a new issue