Changeset 11204 for trunk/wp-includes/rss.php
- Timestamp:
- 05/05/2009 07:43:53 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/rss.php
r11109 r11204 874 874 '<li><a href="%1$s" title="%2$s">%3$s</a></li>', 875 875 clean_url( $item['link'] ), 876 attr( strip_tags( $item['description'] ) ),876 esc_attr( strip_tags( $item['description'] ) ), 877 877 htmlentities( $item['title'] ) 878 878 );
Note: See TracChangeset
for help on using the changeset viewer.