Changeset 6063 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-templates/releases.php
- Timestamp:
- 10/31/2017 06:00:54 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-templates/releases.php
r6057 r6063 12 12 get_header( 'page' ); ?> 13 13 14 <article id="post-<?php the_ID(); ?>" <?php post_class( ); ?> role="main">14 <article id="post-<?php the_ID(); ?>" <?php post_class( 'col-12' ); ?> role="main"> 15 15 <header class="entry-header"> 16 16 <?php the_title( '<h1 class="entry-title">', '</h1>' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.