From 8b30ee99f7704873d87de125ceeaf28d23cdee6b Mon Sep 17 00:00:00 2001 From: Sean Davis Date: Fri, 2 May 2014 01:17:02 -0500 Subject: [PATCH] escape the permalink --- content.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content.php b/content.php index 2b212ea8..8c1bf5c8 100644 --- a/content.php +++ b/content.php @@ -6,7 +6,7 @@
>
- ', get_permalink() ), '' ); ?> + ', esc_url( get_permalink() ) ), '' ); ?>