Changeset 9328 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-features.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-features.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 --> … … 198 198 </ul> 199 199 200 <h 3 id="developer"><?php echo esc_html_x( 'Developer Features', 'Features page: Section Header', 'wporg' ); ?></h3>200 <h2 id="developer" ><?php echo esc_html_x( 'Developer Features', 'Features page: Section Header', 'wporg' ); ?></h2> 201 201 <p><?php esc_html_e( 'For developers, we’ve got lots of goodies packed under the hood that you can use to extend WordPress in whatever direction takes your fancy.', 'wporg' ); ?></p> 202 202
Note: See TracChangeset
for help on using the changeset viewer.