From 427cacc87c8bf4f8d91103b50445cef580733453 Mon Sep 17 00:00:00 2001 From: Ian Dunn Date: Tue, 22 Oct 2019 12:46:46 -0700 Subject: [PATCH] Directory: Rename to refect current file structure. --- plugins/wporg-5ftf/includes/{shortcodes.php => directory.php} | 2 +- plugins/wporg-5ftf/index.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename plugins/wporg-5ftf/includes/{shortcodes.php => directory.php} (97%) diff --git a/plugins/wporg-5ftf/includes/shortcodes.php b/plugins/wporg-5ftf/includes/directory.php similarity index 97% rename from plugins/wporg-5ftf/includes/shortcodes.php rename to plugins/wporg-5ftf/includes/directory.php index 379b4b1..e9dcf2b 100755 --- a/plugins/wporg-5ftf/includes/shortcodes.php +++ b/plugins/wporg-5ftf/includes/directory.php @@ -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; diff --git a/plugins/wporg-5ftf/index.php b/plugins/wporg-5ftf/index.php index 8562de2..49d6b5b 100755 --- a/plugins/wporg-5ftf/index.php +++ b/plugins/wporg-5ftf/index.php @@ -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'; } /**