Sanitizing URL

Path was outdated. Please see https://github.com/Automattic/_s/pull/388
This commit is contained in:
Emil Uzelac 2014-02-24 20:42:06 -06:00
parent 1e6e4d82ca
commit a0700ff80e
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
<footer id="colophon" class="site-footer" role="contentinfo">
<div class="site-info">
<a href="http://wordpress.org/" rel="generator"><?php printf( __( 'Proudly powered by %s', '_s' ), 'WordPress' ); ?></a>
<a href="<?php echo esc_url( __( 'http://wordpress.org/', '_s' ) ); ?>"><?php printf( __( 'Proudly powered by %s', '_s' ), 'WordPress' ); ?></a>
<span class="sep"> | </span>
<?php printf( __( 'Theme: %1$s by %2$s.', '_s' ), '_s', '<a href="http://automattic.com/" rel="designer">Automattic</a>' ); ?>
</div><!-- .site-info -->
@ -22,4 +22,4 @@
<?php wp_footer(); ?>
</body>
</html>
</html>