Make WordPress Core


Ignore:
Timestamp:
10/11/2012 09:30:42 PM (12 years ago)
Author:
lancewillett
Message:

Twenty Eleven: escape i18n attributes as late as possible, props mfields. See #21756.

File:
1 edited

Legend:

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

    r18335 r22199  
    1212<article id="post-<?php the_ID(); ?>" <?php post_class( $feature_class ); ?>>
    1313    <header class="entry-header">
    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>
     14        <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>
    1515
    1616        <div class="entry-meta">
Note: See TracChangeset for help on using the changeset viewer.