From 6da8e8809f56efd6a0bffba936644771fb5a9123 Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Thu, 25 Oct 2018 11:11:50 +0200 Subject: [PATCH] functions/social: use the right classes and markup --- functions.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/functions.php b/functions.php index 7414567..67fe04a 100644 --- a/functions.php +++ b/functions.php @@ -78,14 +78,14 @@ function crunchify_social_sharing_buttons($content) { // Add sharing button at the end of page/page content $content .= ''; - $content .= '
'; - $content .= '
SHARE ON
Twitter'; - $content .= 'Facebook'; - $content .= 'WhatsApp'; - $content .= 'Google+'; - $content .= 'Buffer'; - $content .= 'LinkedIn'; - $content .= 'Pin It'; + $content .= ''; return $content;