mirror of
https://github.com/danpros/htmly.git
synced 2026-04-17 19:26:08 +05:30
Update functions.php
This commit is contained in:
parent
9f0d4ab958
commit
5a9376599b
1 changed files with 1 additions and 1 deletions
|
|
@ -2562,7 +2562,7 @@ function social($class = null)
|
|||
function copyright()
|
||||
{
|
||||
$blogcp = blog_copyright();
|
||||
$credit = 'Powered by <a href="http://www.htmly.com" target="_blank" rel="nofollow">HTMLy</a>';
|
||||
$credit = i18n('proudly_powered_by') . ' ' . '<a href="http://www.htmly.com" target="_blank" rel="nofollow">HTMLy</a>';
|
||||
|
||||
if (!empty($blogcp)) {
|
||||
return $copyright = '<span class="copyright">' . $blogcp . '</span> <span class="credit">' . $credit . '</span>';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue