From fa9a91bfa9a52d8970c2fc60f9be32e23d1077c1 Mon Sep 17 00:00:00 2001 From: Mohamad Fahmi Date: Tue, 7 Jan 2014 17:12:34 +0700 Subject: [PATCH] Remove rel=author --- system/includes/functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/includes/functions.php b/system/includes/functions.php index 321b226..54c3c39 100644 --- a/system/includes/functions.php +++ b/system/includes/functions.php @@ -750,7 +750,7 @@ function social(){ } if (!empty($google)) { - echo ''; + echo 'Google+'; } if (!empty($tumblr)) { @@ -883,4 +883,4 @@ function generate_rss($posts){ // Turn an array of posts into a JSON function generate_json($posts){ return json_encode($posts); -} \ No newline at end of file +}