Changeset 6878 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-swag.php
- Timestamp:
- 03/15/2018 04:42:32 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-swag.php
r6869 r6878 36 36 <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> 37 37 <header class="entry-header"> 38 <h1 class="entry-title col-8"><?php _esc_html_e( 'Swag', 'wporg' ); ?></h1>38 <h1 class="entry-title col-8"><?php esc_html_e( 'Swag', 'wporg' ); ?></h1> 39 39 </header><!-- .entry-header --> 40 40 … … 47 47 <?php 48 48 /* translators: Link to swag store */ 49 printf( wp_kses_post( __ _( 'Whether you’re a seasoned WordPress fanatic or just getting warmed up, wear your WordPress love with pride. The official <a href="%s">WordPress Swag Store</a> sells shirts and hoodies in a variety of designs and colors, printed on stock from socially responsible companies.', 'wporg' ) ), esc_url( 'https://mercantile.wordpress.org' ) );49 printf( wp_kses_post( __( 'Whether you’re a seasoned WordPress fanatic or just getting warmed up, wear your WordPress love with pride. The official <a href="%s">WordPress Swag Store</a> sells shirts and hoodies in a variety of designs and colors, printed on stock from socially responsible companies.', 'wporg' ) ), esc_url( 'https://mercantile.wordpress.org' ) ); 50 50 ?> 51 51 </p> 52 <p><?php _esc_html_e( 'The swag store also rotates other products through the lineup on a regular basis.', 'wporg' ); ?></p>53 <p><?php _esc_html_e( 'The proceeds from these sales help offset the cost of providing free swag (buttons, stickers, etc.) to WordCamps and WordPress meetups around the world.', 'wporg' ); ?></p>52 <p><?php esc_html_e( 'The swag store also rotates other products through the lineup on a regular basis.', 'wporg' ); ?></p> 53 <p><?php esc_html_e( 'The proceeds from these sales help offset the cost of providing free swag (buttons, stickers, etc.) to WordCamps and WordPress meetups around the world.', 'wporg' ); ?></p> 54 54 <p> 55 55 <?php 56 56 /* translators: Link to swag store */ 57 printf( wp_kses_post( __ _( 'So show the love and spread the word — get your <a href="%s">WordPress swag</a> today.', 'wporg' ) ), esc_url( 'https://mercantile.wordpress.org' ) );57 printf( wp_kses_post( __( 'So show the love and spread the word — get your <a href="%s">WordPress swag</a> today.', 'wporg' ) ), esc_url( 'https://mercantile.wordpress.org' ) ); 58 58 ?> 59 59 </p>
Note: See TracChangeset
for help on using the changeset viewer.