]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-content/themes/twentytwelve/content.php
Wordpress 3.6
[autoinstalls/wordpress.git] / wp-content / themes / twentytwelve / content.php
index 90cd694be930d513ec238454468758d637a52d8a..bf2936ca21ee97713a20615b6e4b76500f2df5a9 100644 (file)
@@ -20,7 +20,7 @@
                        <h1 class="entry-title"><?php the_title(); ?></h1>
                        <?php else : ?>
                        <h1 class="entry-title">
-                               <a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( __( 'Permalink to %s', 'twentytwelve' ), the_title_attribute( 'echo=0' ) ) ); ?>" rel="bookmark"><?php the_title(); ?></a>
+                               <a href="<?php the_permalink(); ?>" rel="bookmark"><?php the_title(); ?></a>
                        </h1>
                        <?php endif; // is_single() ?>
                        <?php if ( comments_open() ) : ?>