Make WordPress Core


Ignore:
Timestamp:
09/18/2007 10:50:59 PM (18 years ago)
Author:
ryan
Message:

the_title_attribute(). Props Nazgul. fixes #4731

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/default/index.php

    r5664 r6132  
    88
    99            <div class="post" id="post-<?php the_ID(); ?>">
    10                 <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2>
     10                <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>
    1111                <small><?php the_time('F jS, Y') ?> <!-- by <?php the_author() ?> --></small>
    1212
Note: See TracChangeset for help on using the changeset viewer.