Making WordPress.org


Ignore:
Timestamp:
03/15/2018 04:42:32 AM (7 years ago)
Author:
dd32
Message:

Main: About: Mark the strings as translatable.
Some strings are deliberately not translated right now.

See #3046.

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  
    3636        <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    3737            <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>
    3939            </header><!-- .entry-header -->
    4040
     
    4747                        <?php
    4848                        /* translators: Link to swag store */
    49                         printf( wp_kses_post( ___( 'Whether you&#8217;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&#8217;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' ) );
    5050                        ?>
    5151                    </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>
    5454                    <p>
    5555                        <?php
    5656                        /* translators: Link to swag store */
    57                         printf( wp_kses_post( ___( 'So show the love and spread the word &mdash; 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 &mdash; get your <a href="%s">WordPress swag</a> today.', 'wporg' ) ), esc_url( 'https://mercantile.wordpress.org' ) );
    5858                        ?>
    5959                    </p>
Note: See TracChangeset for help on using the changeset viewer.