Changeset 7362 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-stats.php
- Timestamp:
- 07/03/2018 01:54:51 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-stats.php
r7350 r7362 33 33 <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> 34 34 <header class="entry-header row"> 35 < h1 class="entry-title col-8"><?php the_title(); ?></h1>35 <?php the_title( '<h1 class="entry-title col-8">', '</h1>' ); ?> 36 36 </header><!-- .entry-header --> 37 37
Note: See TracChangeset
for help on using the changeset viewer.