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:
@@ -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
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user