Core should not overriden user preference

Core should not overriden user preference.
This commit is contained in:
Danang Probo Sayekti 2014-01-07 18:35:28 +07:00
commit 231b0ab32f
2 changed files with 5 additions and 5 deletions

View file

@ -750,7 +750,7 @@ function social(){
}
if (!empty($google)) {
echo '<a href="' . $google . '" target="_blank" rel="author"><img src="' . site_url() . 'themes/default/img/googleplus.png" width="32" height="32" alt="Google+"/></a>';
echo '<a href="' . $google . '" target="_blank"><img src="' . site_url() . 'themes/default/img/googleplus.png" width="32" height="32" alt="Google+"/></a>';
}
if (!empty($tumblr)) {