Make WordPress Core

Ticket #30011: content-none-esc-html-fix_revised.patch

File content-none-esc-html-fix_revised.patch, 864 bytes (added by dmchale, 9 years ago)

Updated patch: should only contain fix for this 1 issue

  • wp-content/themes/twentyfifteen/content-none.php

    IDEA additional info:
    Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
    <+>UTF-8
     
    1818        <div class="page-content">
    1919                <?php if ( is_home() && current_user_can( 'publish_posts' ) ) : ?>
    2020
    21                         <p><?php printf( esc_html__( 'Ready to publish your first post? <a href="%1$s">Get started here</a>.', 'twentyfifteen' ), esc_url( admin_url( 'post-new.php' ) ) ); ?></p>
     21                        <p><?php printf( __( 'Ready to publish your first post? <a href="%1$s">Get started here</a>.', 'twentyfifteen' ), esc_url( admin_url( 'post-new.php' ) ) ); ?></p>
    2222
    2323                <?php elseif ( is_search() ) : ?>
    2424