Changeset 4296
- Timestamp:
- 10/04/2006 04:23:34 AM (19 years ago)
- File:
-
- 1 edited
-
branches/2.0/wp-admin/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/wp-admin/index.php
r3955 r4296 26 26 foreach ($rss->items as $item ) { 27 27 ?> 28 <li><a href="<?php echo wp_filter_kses($item['link']); ?>"><?php echo wp _specialchars($item['title']); ?></a></li>28 <li><a href="<?php echo wp_filter_kses($item['link']); ?>"><?php echo wptexturize(wp_specialchars($item['title'])); ?></a></li> 29 29 <?php } ?> 30 30 </ul>
Note: See TracChangeset
for help on using the changeset viewer.