Make WordPress Core


Ignore:
Timestamp:
05/09/2011 10:08:05 PM (14 years ago)
Author:
lancewillett
Message:

Twenty Eleven fixes, props matveb - see #17198

  • Add padding to the menu when the search input is in menu bar
  • Improve search input behavior when located in menu bar (also props ocean90)
  • i18n for post formats headings (also props nickbohle)
  • Small style fix for images
File:
1 edited

Legend:

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

    r17791 r17845  
    1515        <hgroup>
    1616            <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">Gallery</h2>
     17            <h2 class="entry-format"><?php _e( 'Gallery', 'twentyeleven' ); ?></h2>
    1818        </hgroup>
    1919
Note: See TracChangeset for help on using the changeset viewer.