mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-22 02:53:43 +03:00
Directory: Rename to refect current file structure.
This commit is contained in:
parent
a2fba5250e
commit
427cacc87c
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
// TODO are we actually using any of this?
|
// TODO are we actually using any of this?
|
||||||
|
|
||||||
namespace WordPressDotOrg\FiveForTheFuture\Blocks;
|
namespace WordPressDotOrg\FiveForTheFuture\Pledge_Directory;
|
||||||
use WordPressDotOrg\FiveForTheFuture;
|
use WordPressDotOrg\FiveForTheFuture;
|
||||||
use WordPressDotOrg\FiveForTheFuture\Pledge;
|
use WordPressDotOrg\FiveForTheFuture\Pledge;
|
||||||
|
|
|
@ -27,7 +27,7 @@ function load() {
|
||||||
require_once get_includes_path() . 'pledge.php';
|
require_once get_includes_path() . 'pledge.php';
|
||||||
require_once get_includes_path() . 'pledge-meta.php';
|
require_once get_includes_path() . 'pledge-meta.php';
|
||||||
require_once get_includes_path() . 'pledge-form.php';
|
require_once get_includes_path() . 'pledge-form.php';
|
||||||
require_once get_includes_path() . 'shortcodes.php';
|
require_once get_includes_path() . 'directory.php';
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue