Make WordPress Core


Ignore:
Timestamp:
05/02/2011 09:11:32 PM (14 years ago)
Author:
iandstewart
Message:

Twenty Eleven: Post Format headings and CSS cleanup; See #17198 props matveb

File:
1 edited

Legend:

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

    r17787 r17788  
    1313    <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    1414        <header class="entry-header">
    15             <h1 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'twentyeleven' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h1>
     15            <hgroup>
     16                <h1 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'twentyeleven' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h1>
     17                <h2 class="entry-format">Link</h2>
     18            </hgroup>
    1619
    1720            <?php if ( 'post' == $post->post_type ) : ?>
Note: See TracChangeset for help on using the changeset viewer.