Make WordPress Core


Ignore:
Timestamp:
06/03/2011 09:11:41 PM (14 years ago)
Author:
iandstewart
Message:

Twenty Eleven: Add border styles to images so we can better style linked images on :focus; includes updates to editor styles and improvements to Image Post styles; See #17524

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentyeleven/content-image.php

    r18029 r18132  
    1010 */
    1111?>
    12 
    13     <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
     12    <article id="post-<?php the_ID(); ?>" <?php post_class( 'indexed' ); ?>>
    1413        <header class="entry-header">
    1514            <hgroup>
     
    2524        </header><!-- .entry-header -->
    2625
    27         <?php if ( is_search() ) : // Only display Excerpts for Search ?>
    28         <div class="entry-summary">
    29             <?php the_excerpt(); ?>
    30         </div><!-- .entry-summary -->
    31         <?php else : ?>
    3226        <div class="entry-content">
    3327            <?php the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyeleven' ) ); ?>
    3428            <?php wp_link_pages( array( 'before' => '<div class="page-link">' . __( '<span>Pages:</span>', 'twentyeleven' ), 'after' => '</div>' ) ); ?>
    3529        </div><!-- .entry-content -->
    36         <?php endif; ?>
    3730
    3831        <footer class="entry-meta">
Note: See TracChangeset for help on using the changeset viewer.