Changeset 21404 for trunk/wp-content/themes/twentytwelve/image.php
- Timestamp:
- 08/02/2012 07:12:11 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-content/themes/twentytwelve/image.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentytwelve/image.php
r21261 r21404 10 10 get_header(); ?> 11 11 12 <div id="primary" class=" image-attachment">12 <div id="primary" class="site-content"> 13 13 <div id="content" role="main"> 14 14 15 15 <?php while ( have_posts() ) : the_post(); ?> 16 16 17 <article id="post-<?php the_ID(); ?>" <?php post_class( ); ?>>17 <article id="post-<?php the_ID(); ?>" <?php post_class( 'image-attachment' ); ?>> 18 18 <header class="entry-header"> 19 19 <h1 class="entry-title"><?php the_title(); ?></h1> … … 36 36 </footer><!-- .entry-meta --> 37 37 38 <nav id="image-navigation" role="navigation">38 <nav id="image-navigation" class="navigation" role="navigation"> 39 39 <span class="previous-image"><?php previous_image_link( false, __( '← Previous', 'twentytwelve' ) ); ?></span> 40 40 <span class="next-image"><?php next_image_link( false, __( 'Next →', 'twentytwelve' ) ); ?></span> … … 98 98 99 99 </div><!-- #content --> 100 </div><!-- #primary -->100 </div><!-- #primary .site-content --> 101 101 102 102 <?php get_footer(); ?>
Note: See TracChangeset
for help on using the changeset viewer.