Changeset 56180 for trunk/src/wp-includes/feed.php
- Timestamp:
- 07/09/2023 09:46:24 PM (2 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/feed.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/feed.php
r55988 r56180 798 798 799 799 $feed->set_sanitize_class( 'WP_SimplePie_Sanitize_KSES' ); 800 // We must manually overwrite $feed->sanitize because SimplePie's constructor 801 // sets it before we have a chance to set the sanitization class. 800 /* 801 * We must manually overwrite $feed->sanitize because SimplePie's constructor 802 * sets it before we have a chance to set the sanitization class. 803 */ 802 804 $feed->sanitize = new WP_SimplePie_Sanitize_KSES(); 803 805
Note: See TracChangeset
for help on using the changeset viewer.