Twenty Fifteen: correct escaping.

Props iamtakashi, fixes #30651.


Built from https://develop.svn.wordpress.org/trunk@30805


git-svn-id: http://core.svn.wordpress.org/trunk@30795 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Ian Stewart 2014-12-10 13:34:22 +00:00
parent 867aabca4a
commit 32e2d396bf

View File

@ -9,7 +9,7 @@
?>
<div class="author-info">
<h2 class="author-heading"><?php _e( 'Published by', 'twentyfifteen' ); ?></h2>
<h2 class="author-heading"><?php esc_html_e( 'Published by', 'twentyfifteen' ); ?></h2>
<div class="author-avatar">
<?php
/**