Make WordPress Core

Changeset 30805


Ignore:
Timestamp:
12/10/2014 01:33:27 PM (10 years ago)
Author:
iandstewart
Message:

Twenty Fifteen: correct escaping.

Props iamtakashi, fixes #30651.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfifteen/author-bio.php

    r30394 r30805  
    1010
    1111<div class="author-info">
    12     <h2 class="author-heading"><?php _e( 'Published by', 'twentyfifteen' ); ?></h2>
     12    <h2 class="author-heading"><?php esc_html_e( 'Published by', 'twentyfifteen' ); ?></h2>
    1313    <div class="author-avatar">
    1414        <?php
Note: See TracChangeset for help on using the changeset viewer.