Twenty Fifteen: correct escaping.

Props iamtakashi, fixes #30651.



git-svn-id: https://develop.svn.wordpress.org/trunk@30805 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ian Stewart
2014-12-10 13:33:27 +00:00
parent 069e31acab
commit 54537f5e5d

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
/**