Changeset 6992 for sites/trunk/wp15.wordpress.net/public_html/content/themes/twentyseventeen-wp15/page-about.php
- Timestamp:
- 03/30/2018 11:45:09 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wp15.wordpress.net/public_html/content/themes/twentyseventeen-wp15/page-about.php
r6991 r6992 19 19 <div class="entry-content"> 20 20 <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' ); ?> 22 22 </h1> 23 23 … … 30 30 <p> 31 31 <?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' ) ), 33 33 'https://wordpress.org/news/2013/05/ten-good-years/' 34 34 ); ?>
Note: See TracChangeset
for help on using the changeset viewer.