Make WordPress Core


Ignore:
Timestamp:
10/04/2006 04:23:21 AM (19 years ago)
Author:
markjaquith
Message:

pass incoming Technorati links through wptexturize(). Props Nazgul. fixes: #2856

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/index.php

    r4196 r4295  
    2727foreach ($rss->items as $item ) {
    2828?>
    29     <li><a href="<?php echo wp_filter_kses($item['link']); ?>"><?php echo wp_specialchars($item['title']); ?></a></li>
     29    <li><a href="<?php echo wp_filter_kses($item['link']); ?>"><?php echo wptexturize(wp_specialchars($item['title'])); ?></a></li>
    3030<?php } ?>
    3131</ul>
Note: See TracChangeset for help on using the changeset viewer.