]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-content/themes/twentyeleven/content-featured.php
Wordpress 3.5
[autoinstalls/wordpress.git] / wp-content / themes / twentyeleven / content-featured.php
index ce926410970387b46eaaf391a18d44ff122e76cf..7144a491fd3b31f37374235ac3c2a2c9ca347d9c 100644 (file)
@@ -11,7 +11,7 @@ global $feature_class;
 ?>
 <article id="post-<?php the_ID(); ?>" <?php post_class( $feature_class ); ?>>
        <header class="entry-header">
-               <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>
+               <h2 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( __( 'Permalink to %s', 'twentyeleven' ), the_title_attribute( 'echo=0' ) ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h2>
 
                <div class="entry-meta">
                        <?php twentyeleven_posted_on(); ?>