mirror of
https://github.com/danpros/htmly.git
synced 2026-04-19 03:56:21 +05:30
Core should not overriden user preference
Core should not overriden user preference.
This commit is contained in:
parent
8d4e2abf72
commit
231b0ab32f
2 changed files with 5 additions and 5 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue