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

    r5996 r6132  
    3030        <?php while (have_posts()) : the_post(); ?>
    3131        <div class="post">
    32                 <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>
     32                <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>
    3333                <small><?php the_time('l, F jS, Y') ?></small>
    3434
Note: See TracChangeset for help on using the changeset viewer.