Changeset 11380 for trunk/wp-includes/feed.php
- Timestamp:
- 05/18/2009 03:11:07 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/feed.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/feed.php
r11358 r11380 166 166 $encode_html = 2; 167 167 if ( 1== $encode_html ) { 168 $content = wp_specialchars($content);168 $content = esc_html($content); 169 169 $cut = 0; 170 170 } elseif ( 0 == $encode_html ) {
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)