From 286346d791c1fabc73b60a50ab4b56a5788fcdc5 Mon Sep 17 00:00:00 2001 From: Bryan Willis Date: Thu, 29 Oct 2015 05:08:20 -0500 Subject: [PATCH] Switch Filter Using `genesis_footer_output` instead of `genesis_footer_creds_text`, we have much more options for formatting and customizing and allows us to do things like center the text. --- lib/footer-creds.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/footer-creds.php b/lib/footer-creds.php index 94c5edb..7084b99 100755 --- a/lib/footer-creds.php +++ b/lib/footer-creds.php @@ -1,9 +1,10 @@ Bootstrap Genesis Theme by Iron Code Studio"; + $creds = "

Bootstrap Genesis Theme by Iron Code Studio

"; return $creds; } +