Updated all instances of home_url() with esc_url()

This commit is contained in:
kalenjohnson
2014-06-27 09:05:41 -07:00
parent 6339e96137
commit 7c39d5b039
4 changed files with 5 additions and 5 deletions

View File

@@ -7,7 +7,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="<?php echo home_url(); ?>/"><?php bloginfo('name'); ?></a>
<a class="navbar-brand" href="<?php echo esc_url(home_url('/')); ?>/"><?php bloginfo('name'); ?></a>
</div>
<nav class="collapse navbar-collapse" role="navigation">