Make WordPress Core


Ignore:
Timestamp:
06/23/2011 11:03:46 PM (13 years ago)
Author:
azaozz
Message:

TwentyEleven Theme H1 Priority, props iandstewart, fixes #17611

File:
1 edited

Legend:

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

    r18312 r18335  
    1313        <header class="entry-header">
    1414            <hgroup>
    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>
    16                 <h2 class="entry-format"><?php _e( 'Status', 'twentyeleven' ); ?></h2>
     15                <h2 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></h2>
     16                <h3 class="entry-format"><?php _e( 'Status', 'twentyeleven' ); ?></h3>
    1717            </hgroup>
    1818
Note: See TracChangeset for help on using the changeset viewer.