From 651256c1fbea531de66fa0a18f8ad195c53a595d Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 14 Sep 2016 08:50:52 -0400 Subject: [PATCH] only adding logout link to sidebar if the user is logged in, this prevents clicking the link and giving the user a 403 error --- sections/interior-page.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sections/interior-page.php b/sections/interior-page.php index 8d68d03..e245e09 100644 --- a/sections/interior-page.php +++ b/sections/interior-page.php @@ -28,7 +28,10 @@
- + + + +
post_content) ; ?> -- 2.17.1