Changeset 50916 for trunk/src/wp-includes/feed.php
- Timestamp:
- 05/15/2021 05:36:49 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/feed.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/feed.php
r49565 r50916 797 797 798 798 $feed->set_sanitize_class( 'WP_SimplePie_Sanitize_KSES' ); 799 // We must manually overwrite $feed->sanitize because SimplePie's 800 // constructorsets it before we have a chance to set the sanitization class.799 // We must manually overwrite $feed->sanitize because SimplePie's constructor 800 // sets it before we have a chance to set the sanitization class. 801 801 $feed->sanitize = new WP_SimplePie_Sanitize_KSES(); 802 802
Note: See TracChangeset
for help on using the changeset viewer.