WordPress.org

Making WordPress.org

Changeset 6755


Ignore:
Timestamp:
02/26/2018 04:22:24 AM (3 years ago)
Author:
obenland
Message:

Main: Make more strings translatable in Logos

See #3046.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-logos.php

    r6751 r6755  
    3232            <div class="entry-content row">
    3333                <section class="col-8">
    34                     <h3 class="graphics">Official WordPress Logo</h3>
    35                     <p>When you need the official WordPress logo for a web site or publication, please use one of the following. Please only use logos in accordance with the <a href="http://wordpressfoundation.org/trademark-policy/">WordPress trademark&nbsp;policy</a>.</p>
     34                    <h3 class="graphics"><?php _esc_html_e( 'Official WordPress Logo', 'wporg' ); ?></h3>
     35                    <p>
     36                        <?php
     37                        /* translators: Link to Trademark Policy of WordPress Foundation */
     38                        printf( wp_kses_post( ___( 'When you need the official WordPress logo for a web site or publication, please use one of the following. Please only use logos in accordance with the <a href="%s">WordPress trademark&nbsp;policy</a>.', 'wporg' ) ), esc_url( 'http://wordpressfoundation.org/trademark-policy/' ) );
     39                        ?>
     40                    </p>
    3641
    37                     <h3 class="graphics">Downloads</h3>
     42                    <h3 class="graphics"><?php _esc_html_e( 'Downloads', 'wporg' ); ?></h3>
    3843
    3944                    <section class="all-logos col-12 row gutters">
     
    101106                        </div>
    102107
    103 
    104 
    105108                        <div class="logo col-4"></div>
    106109                    </section>
    107110
    108                     <h3 class="graphics">Fight the Fake Logo (Fauxgo)</h3>
    109                     <p>Friends don&#8217;t let friends use the wrong WordPress logo. If you see one of these in the wild, please suggest a change.</p>
     111                    <h3 class="graphics"><?php _esc_html_e( 'Fight the Fake Logo (Fauxgo)', 'wporg' ); ?></h3>
     112                    <p><?php _esc_html_e( 'Friends don&#8217;t let friends use the wrong WordPress logo. If you see one of these in the wild, please suggest a change.', 'wporg' ); ?></p>
    110113                    <img class="aligncenter" src="//s.w.org/about/images/logo-comparison.png" width="500" />
    111114                </section>
Note: See TracChangeset for help on using the changeset viewer.