Skip to content

Commit a0700ff

Browse files
committedFeb 25, 2014
Sanitizing URL
Path was outdated. Please see Automattic#388
1 parent 1e6e4d8 commit a0700ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎footer.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

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

2424
</body>
25-
</html>
25+
</html>

0 commit comments

Comments
 (0)
Please sign in to comment.