Making WordPress.org


Ignore:
Timestamp:
03/30/2018 11:45:09 PM (8 years ago)
Author:
iandunn
Message:

WP15: Apply coding standards.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wp15.wordpress.net/public_html/content/themes/twentyseventeen-wp15/page-about.php

    r6991 r6992  
    1919                <div class="entry-content">
    2020                    <h1>
    21                         <?php _e( 'People all over the world are celebrating the WordPress 15th Anniversary on May 27, 2018. Join us!', 'wp15' ); ?>
     21                        <?php esc_html_e( 'People all over the world are celebrating the WordPress 15th Anniversary on May 27, 2018. Join us!', 'wp15' ); ?>
    2222                    </h1>
    2323
     
    3030                    <p>
    3131                        <?php printf(
    32                             __( 'Check out <a href="%s">this post about the WordPress 10th anniversary</a>.', 'wp15' ),
     32                            wp_kses_data( __( 'Check out <a href="%s">this post about the WordPress 10th anniversary</a>.', 'wp15' ) ),
    3333                            'https://wordpress.org/news/2013/05/ten-good-years/'
    3434                        ); ?>
Note: See TracChangeset for help on using the changeset viewer.