Changeset 5893 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg/template-parts/content-page.php
- Timestamp:
- 09/06/2017 10:17:59 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg/template-parts/content-page.php
r5892 r5893 10 10 ?> 11 11 12 <article id="post-<?php the_ID(); ?>" <?php post_class( 'col-9'); ?>>12 <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> 13 13 <header class="entry-header"> 14 14 <?php the_title( '<h1 class="entry-title">', '</h1>' ); ?> … … 40 40 </footer><!-- .entry-footer --> 41 41 </article><!-- #post-## --> 42 <aside class="col-3" role="complementary">43 <?php get_sidebar( 'page' ); ?>44 </aside>
Note: See TracChangeset
for help on using the changeset viewer.