Changeset 9328 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-logos.php
- Timestamp:
- 12/11/2019 07:47:00 AM (5 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
r8159 r9328 32 32 33 33 <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> 34 <header class="entry-header ">34 <header class="entry-header row"> 35 35 <h1 class="entry-title col-8"><?php the_title(); ?></h1> 36 36 </header><!-- .entry-header --> … … 38 38 <div class="entry-content row"> 39 39 <section class="col-8"> 40 <h 3 class="graphics"><?php esc_html_e( 'Official WordPress Logo', 'wporg' ); ?></h3>40 <h2><?php esc_html_e( 'Official WordPress Logo', 'wporg' ); ?></h2> 41 41 <p> 42 42 <?php … … 46 46 </p> 47 47 48 <h 3 class="graphics"><?php esc_html_e( 'Downloads', 'wporg' ); ?></h3>48 <h2><?php esc_html_e( 'Downloads', 'wporg' ); ?></h2> 49 49 50 50 <section class="all-logos col-12 row gutters"> … … 125 125 </section> 126 126 127 <h 3 class="graphics"><?php esc_html_e( 'Fight the Fake Logo (Fauxgo)', 'wporg' ); ?></h3>127 <h2><?php esc_html_e( 'Fight the Fake Logo (Fauxgo)', 'wporg' ); ?></h2> 128 128 <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> 129 129 <img class="aligncenter" src="//s.w.org/about/images/logo-comparison.png" width="500" />
Note: See TracChangeset
for help on using the changeset viewer.