diff --git a/wp15.wordpress.net/public_html/content/themes/twentyseventeen-wp15/page-about.php b/wp15.wordpress.net/public_html/content/themes/twentyseventeen-wp15/page-about.php
index d11dcc1..e88ead6 100644
a
|
b
|
|
21 | 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 | |
24 | | <img class="wp15-confetti-divider" src="<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/images/confetti-divider.svg" alt="<?php esc_attr_e( 'Confetti with the WordPress logo and WP15 color scheme', 'wp15' ); ?>" /> |
| 24 | <img class="wp15-confetti-divider" src="<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/images/confetti-divider.svg" alt="" /> |
25 | 25 | |
26 | 26 | <?php echo do_shortcode( '[wp15_meetup_events]' ); ?> |
27 | 27 | |
28 | | <img class="wp15-confetti-divider" src="<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/images/confetti-divider.svg" alt="<?php esc_attr_e( 'Confetti with the WordPress logo and WP15 color scheme', 'wp15' ); ?>" /> |
| 28 | <img class="wp15-confetti-divider" src="<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/images/confetti-divider.svg" alt="" /> |
29 | 29 | |
30 | 30 | <p class="wp10-nostalgia"> |
31 | 31 | <?php printf( |