Explorar o código

changed bloginfo to home_url

eddiemachado %!s(int64=13) %!d(string=hai) anos
pai
achega
4ea1e2d500
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      library/admin.php

+ 1 - 1
library/admin.php

@@ -98,7 +98,7 @@ function bones_login_css() {
 }
 
 // changing the logo link from wordpress.org to your site 
-function bones_login_url() { echo bloginfo('url'); }
+function bones_login_url() {  echo home_url(); }
 
 // changing the alt text on the logo to show your site name 
 function bones_login_title() { echo get_option('blogname'); }