Make WordPress Core

Ticket #17611: 17611-heading-corrections.diff

File 17611-heading-corrections.diff, 15.5 KB (added by iandstewart, 12 years ago)
  • wp-content/themes/twentyeleven/content-aside.php

     
    1313        <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    1414                <header class="entry-header">
    1515                        <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"><?php _e( 'Aside', 'twentyeleven' ); ?></h2>
     16                                <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>
     17                                <h3 class="entry-format"><?php _e( 'Aside', 'twentyeleven' ); ?></h3>
    1818                        </hgroup>
    1919
    2020                        <?php if ( comments_open() ) : ?>
  • wp-content/themes/twentyeleven/content-intro.php

     
    1010
    1111<article id="post-<?php the_ID(); ?>" <?php post_class( 'intro' ); ?>>
    1212        <header class="entry-header">
    13                 <h1 class="entry-title"><?php the_title(); ?></h1>
     13                <h2 class="entry-title"><?php the_title(); ?></h2>
    1414        </header><!-- .entry-header -->
    1515
    1616        <div class="entry-content">
  • wp-content/themes/twentyeleven/content-link.php

     
    1313        <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    1414                <header class="entry-header">
    1515                        <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"><?php _e( 'Link', 'twentyeleven' ); ?></h2>
     16                                <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>
     17                                <h3 class="entry-format"><?php _e( 'Link', 'twentyeleven' ); ?></h3>
    1818                        </hgroup>
    1919
    2020                        <?php if ( comments_open() ) : ?>
  • wp-content/themes/twentyeleven/content-featured.php

     
    1111?>
    1212<article id="post-<?php the_ID(); ?>" <?php post_class( $feature_class ); ?>>
    1313        <header class="entry-header">
    14                 <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>
     14                <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>
    1515
    1616                <div class="entry-meta">
    1717                        <?php twentyeleven_posted_on(); ?>
  • wp-content/themes/twentyeleven/content.php

     
    1212                <header class="entry-header">
    1313                        <?php if ( is_sticky() ) : ?>
    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( 'Featured', '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( 'Featured', 'twentyeleven' ); ?></h3>
    1717                                </hgroup>
    1818                        <?php else : ?>
    1919                        <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>
  • wp-content/themes/twentyeleven/showcase.php

     
    208208                                        <?php if ( ! dynamic_sidebar( 'sidebar-2' ) ) : ?>
    209209
    210210                                                <?php
    211                                                 the_widget( 'Twenty_Eleven_Ephemera_Widget', '', 'before_title=<h1 class="widget-title">&after_title=</h1>' );
     211                                                the_widget( 'Twenty_Eleven_Ephemera_Widget', '', 'before_title=<h3 class="widget-title">&after_title=</h3>' );
    212212                                                ?>
    213213
    214214                                        <?php endif; // end sidebar widget area ?>
  • wp-content/themes/twentyeleven/single.php

     
    1515                                <?php while ( have_posts() ) : the_post(); ?>
    1616
    1717                                        <nav id="nav-single">
    18                                                 <h1 class="assistive-text"><?php _e( 'Post navigation', 'twentyeleven' ); ?></h1>
     18                                                <h3 class="assistive-text"><?php _e( 'Post navigation', 'twentyeleven' ); ?></h3>
    1919                                                <span class="nav-previous"><?php previous_post_link( '%link', __( '&larr; Previous', 'twentyeleven' ) ); ?></span>
    2020                                                <span class="nav-next"><?php next_post_link( '%link', __( 'Next &rarr;', 'twentyeleven' ) ); ?></span>
    2121                                        </nav><!-- #nav-single -->
    2222
    2323                                        <?php get_template_part( 'content', 'single' ); ?>
    2424
    25                                         <?php twentyeleven_content_nav( 'nav-below' ); ?>
    26 
    2725                                        <?php comments_template( '', true ); ?>
    2826
    2927                                <?php endwhile; // end of the loop. ?>
  • wp-content/themes/twentyeleven/header.php

     
    110110                        <?php endif; ?>
    111111
    112112                        <nav id="access" role="navigation">
    113                                 <h1 class="assistive-text"><?php _e( 'Main menu', 'twentyeleven' ); ?></h1>
     113                                <h3 class="assistive-text"><?php _e( 'Main menu', 'twentyeleven' ); ?></h3>
    114114                                <?php /*  Allow screen readers / text browsers to skip the navigation menu and get right to the good stuff. */ ?>
    115115                                <div class="skip-link"><a class="assistive-text" href="#content" title="<?php esc_attr_e( 'Skip to primary content', 'twentyeleven' ); ?>"><?php _e( 'Skip to primary content', 'twentyeleven' ); ?></a></div>
    116116                                <div class="skip-link"><a class="assistive-text" href="#secondary" title="<?php esc_attr_e( 'Skip to secondary content', 'twentyeleven' ); ?>"><?php _e( 'Skip to secondary content', 'twentyeleven' ); ?></a></div>
  • wp-content/themes/twentyeleven/content-image.php

     
    1212        <article id="post-<?php the_ID(); ?>" <?php post_class( 'indexed' ); ?>>
    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( 'Image', '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( 'Image', 'twentyeleven' ); ?></h3>
    1717                        </hgroup>
    1818
    1919                        <?php if ( comments_open() ) : ?>
  • wp-content/themes/twentyeleven/content-status.php

     
    1212        <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    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
    1919                        <?php if ( comments_open() ) : ?>
  • wp-content/themes/twentyeleven/content-quote.php

     
    1111        <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    1212                <header class="entry-header">
    1313                        <hgroup>
    14                                 <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                                 <h2 class="entry-format"><?php _e( 'Quote', 'twentyeleven' ); ?></h2>
     14                                <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>
     15                                <h3 class="entry-format"><?php _e( 'Quote', 'twentyeleven' ); ?></h3>
    1616                        </hgroup>
    1717
    1818                        <div class="entry-meta">
  • wp-content/themes/twentyeleven/content-gallery.php

     
    1313<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    1414        <header class="entry-header">
    1515                <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"><?php _e( 'Gallery', 'twentyeleven' ); ?></h2>
     16                        <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>
     17                        <h3 class="entry-format"><?php _e( 'Gallery', 'twentyeleven' ); ?></h3>
    1818                </hgroup>
    1919
    2020                <div class="entry-meta">
  • wp-content/themes/twentyeleven/functions.php

     
    375375                'id' => 'sidebar-1',
    376376                'before_widget' => '<aside id="%1$s" class="widget %2$s">',
    377377                'after_widget' => "</aside>",
    378                 'before_title' => '<h1 class="widget-title">',
    379                 'after_title' => '</h1>',
     378                'before_title' => '<h3 class="widget-title">',
     379                'after_title' => '</h3>',
    380380        ) );
    381381
    382382        register_sidebar( array(
     
    385385                'description' => __( 'The sidebar for the optional Showcase Template', 'twentyeleven' ),
    386386                'before_widget' => '<aside id="%1$s" class="widget %2$s">',
    387387                'after_widget' => "</aside>",
    388                 'before_title' => '<h1 class="widget-title">',
    389                 'after_title' => '</h1>',
     388                'before_title' => '<h3 class="widget-title">',
     389                'after_title' => '</h3>',
    390390        ) );
    391391
    392392        register_sidebar( array(
     
    395395                'description' => __( 'An optional widget area for your site footer', 'twentyeleven' ),
    396396                'before_widget' => '<aside id="%1$s" class="widget %2$s">',
    397397                'after_widget' => "</aside>",
    398                 'before_title' => '<h1 class="widget-title">',
    399                 'after_title' => '</h1>',
     398                'before_title' => '<h3 class="widget-title">',
     399                'after_title' => '</h3>',
    400400        ) );
    401401
    402402        register_sidebar( array(
     
    405405                'description' => __( 'An optional widget area for your site footer', 'twentyeleven' ),
    406406                'before_widget' => '<aside id="%1$s" class="widget %2$s">',
    407407                'after_widget' => "</aside>",
    408                 'before_title' => '<h1 class="widget-title">',
    409                 'after_title' => '</h1>',
     408                'before_title' => '<h3 class="widget-title">',
     409                'after_title' => '</h3>',
    410410        ) );
    411411
    412412        register_sidebar( array(
     
    415415                'description' => __( 'An optional widget area for your site footer', 'twentyeleven' ),
    416416                'before_widget' => '<aside id="%1$s" class="widget %2$s">',
    417417                'after_widget' => "</aside>",
    418                 'before_title' => '<h1 class="widget-title">',
    419                 'after_title' => '</h1>',
     418                'before_title' => '<h3 class="widget-title">',
     419                'after_title' => '</h3>',
    420420        ) );
    421421}
    422422add_action( 'widgets_init', 'twentyeleven_widgets_init' );
     
    429429
    430430        if ( $wp_query->max_num_pages > 1 ) : ?>
    431431                <nav id="<?php echo $nav_id; ?>">
    432                         <h1 class="assistive-text"><?php _e( 'Post navigation', 'twentyeleven' ); ?></h1>
     432                        <h3 class="assistive-text"><?php _e( 'Post navigation', 'twentyeleven' ); ?></h3>
    433433                        <div class="nav-previous"><?php next_posts_link( __( '<span class="meta-nav">&larr;</span> Older posts', 'twentyeleven' ) ); ?></div>
    434434                        <div class="nav-next"><?php previous_posts_link( __( 'Newer posts <span class="meta-nav">&rarr;</span>', 'twentyeleven' ) ); ?></div>
    435435                </nav><!-- #nav-above -->
  • wp-content/themes/twentyeleven/sidebar.php

     
    1616                        <?php if ( ! dynamic_sidebar( 'sidebar-1' ) ) : ?>
    1717
    1818                                <aside id="archives" class="widget">
    19                                         <h1 class="widget-title"><?php _e( 'Archives', 'twentyeleven' ); ?></h1>
     19                                        <h3 class="widget-title"><?php _e( 'Archives', 'twentyeleven' ); ?></h3>
    2020                                        <ul>
    2121                                                <?php wp_get_archives( array( 'type' => 'monthly' ) ); ?>
    2222                                        </ul>
    2323                                </aside>
    2424
    2525                                <aside id="meta" class="widget">
    26                                         <h1 class="widget-title"><?php _e( 'Meta', 'twentyeleven' ); ?></h1>
     26                                        <h3 class="widget-title"><?php _e( 'Meta', 'twentyeleven' ); ?></h3>
    2727                                        <ul>
    2828                                                <?php wp_register(); ?>
    2929                                                <li><?php wp_loginout(); ?></li>
  • wp-content/themes/twentyeleven/image.php

     
    1515                        <?php the_post(); ?>
    1616
    1717                        <nav id="nav-single">
     18                                <h3 class="assistive-text"><?php _e( 'Image navigation', 'twentyeleven' ); ?></h3>
    1819                                <span class="nav-previous"><?php previous_image_link( false, __( '&larr; Previous' , 'twentyeleven' ) ); ?></span>
    1920                                <span class="nav-next"><?php next_image_link( false, __( 'Next &rarr;' , 'twentyeleven' ) ); ?></span>
    2021                        </nav><!-- #nav-single -->