Changeset 7138 for sites/trunk/wp15.wordpress.net/public_html/content/themes/twentyseventeen-wp15/page-swag.php
- Timestamp:
- 04/19/2018 10:09:09 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wp15.wordpress.net/public_html/content/themes/twentyseventeen-wp15/page-swag.php
r7106 r7138 47 47 <img class="wp15-confetti-divider" src="<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/images/confetti-divider.svg" alt="" /> 48 48 49 <!--50 49 <h2> 51 50 <?php esc_html_e( 'Purchase', 'wp15' ); ?> … … 56 55 printf( 57 56 wp_kses_post( __( 'Check out the <a href="%s">WordPress Swag Store</a> if you\'d like to purchase WordPress 15th anniversary swag.', 'wp15' ) ), 58 'https://mercantile.wordpress.org/ ' // TODO use WP15-specific url57 'https://mercantile.wordpress.org/product-category/wordpress-15/' 59 58 ); 60 59 ?> 61 60 </p> 62 --> 61 62 <?php echo wp_oembed_get( 'https://mercantile.wordpress.org/product/wordpress-15th-anniversary-tshirt/' ); ?> 63 63 64 64 </div>
Note: See TracChangeset
for help on using the changeset viewer.