Changeset 6755
- Timestamp:
- 02/26/2018 04:22:24 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-logos.php
r6751 r6755 32 32 <div class="entry-content row"> 33 33 <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 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 policy</a>.', 'wporg' ) ), esc_url( 'http://wordpressfoundation.org/trademark-policy/' ) ); 39 ?> 40 </p> 36 41 37 <h3 class="graphics"> Downloads</h3>42 <h3 class="graphics"><?php _esc_html_e( 'Downloads', 'wporg' ); ?></h3> 38 43 39 44 <section class="all-logos col-12 row gutters"> … … 101 106 </div> 102 107 103 104 105 108 <div class="logo col-4"></div> 106 109 </section> 107 110 108 <h3 class="graphics"> Fight the Fake Logo (Fauxgo)</h3>109 <p> Friends don’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’t let friends use the wrong WordPress logo. If you see one of these in the wild, please suggest a change.', 'wporg' ); ?></p> 110 113 <img class="aligncenter" src="//s.w.org/about/images/logo-comparison.png" width="500" /> 111 114 </section>
Note: See TracChangeset
for help on using the changeset viewer.