Changeset 11647 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-photos/template-parts/content-page-submit.php
- Timestamp:
- 03/07/2022 11:29:44 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-photos/template-parts/content-page-submit.php
r11459 r11647 12 12 <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> 13 13 <header class="entry-header"> 14 <?php the_title( '<h 1 class="entry-title">', '</h1>' ); ?>14 <?php the_title( '<h2 class="entry-title">', '</h2>' ); ?> 15 15 </header><!-- .entry-header --> 16 16
Note: See TracChangeset
for help on using the changeset viewer.