Directory: Rename to refect current file structure.

This commit is contained in:
Ian Dunn 2019-10-22 12:46:46 -07:00
parent a2fba5250e
commit 427cacc87c
No known key found for this signature in database
GPG key ID: 99B971B50343CBCB
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@
// TODO are we actually using any of this?
namespace WordPressDotOrg\FiveForTheFuture\Blocks;
namespace WordPressDotOrg\FiveForTheFuture\Pledge_Directory;
use WordPressDotOrg\FiveForTheFuture;
use WordPressDotOrg\FiveForTheFuture\Pledge;

View file

@ -27,7 +27,7 @@ function load() {
require_once get_includes_path() . 'pledge.php';
require_once get_includes_path() . 'pledge-meta.php';
require_once get_includes_path() . 'pledge-form.php';
require_once get_includes_path() . 'shortcodes.php';
require_once get_includes_path() . 'directory.php';
}
/**