From 977a76cc42dc8a9977b65d26bf9ecb72acd0ffa7 Mon Sep 17 00:00:00 2001 From: Michael Silber Date: Sun, 28 Sep 2014 10:18:24 -0400 Subject: [PATCH] Move wp_footer() from footer template into base.php for easier footer customization and DRY --- base.php | 2 ++ templates/footer.php | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/base.php b/base.php index 27c050b..9828b4c 100644 --- a/base.php +++ b/base.php @@ -27,5 +27,7 @@ + + diff --git a/templates/footer.php b/templates/footer.php index f34fe5f..3c83574 100644 --- a/templates/footer.php +++ b/templates/footer.php @@ -3,5 +3,3 @@ - -