Skip to content

Commit

Permalink
Using esc_url + home_url instead of get_home_url
Browse files Browse the repository at this point in the history
  • Loading branch information
jojoee committed Jun 11, 2017
1 parent 54c6364 commit edba92f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/header.php
Expand Up @@ -19,7 +19,7 @@
<div class="site-title col-md-8">
<?php
printf( '<a href="%s">%s</a>',
get_home_url(),
esc_url( home_url( '/' ) ),
get_bloginfo( 'name' )
);
?>
Expand Down

0 comments on commit edba92f

Please sign in to comment.