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/search.php

    r5664 r6132  
    1616
    1717            <div class="post">
    18                 <h3 id="post-<?php the_ID(); ?>"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h3>
     18                <h3 id="post-<?php the_ID(); ?>"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h3>
    1919                <small><?php the_time('l, F jS, Y') ?></small>
    2020
Note: See TracChangeset for help on using the changeset viewer.