Changeset 9328 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-testimonials.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-testimonials.php
r8112 r9328 112 112 113 113 <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> 114 <header class="entry-header ">114 <header class="entry-header row"> 115 115 <h1 class="entry-title col-8"><?php the_title(); ?></h1> 116 116 </header><!-- .entry-header --> … … 118 118 <div class="entry-content row"> 119 119 <section class="col-8"> 120 <h 3><?php esc_html_e( 'Share your WordPress story', 'wporg' ); ?></h3>120 <h2><?php esc_html_e( 'Share your WordPress story', 'wporg' ); ?></h2> 121 121 <p><?php esc_html_e( 'Want to have your story featured on this page?', 'wporg' ); ?></p> 122 122 <p> … … 137 137 </section> 138 138 139 <section class="col-10" id="embeds"></section> 139 <section class="col-12"> 140 <div class="row"> 141 <div class="offset-2 col-8"> 142 <h2><?php esc_html_e( 'WordPress on Twitter', 'wporg' ); ?></h2> 143 </div> 144 </div> 145 <div class="row"> 146 <div class="col-10"> 147 <div id="embeds"></div> 148 </div> 149 </div> 150 </section> 140 151 </div><!-- .entry-content --> 141 152 </article><!-- #post-## -->
Note: See TracChangeset
for help on using the changeset viewer.