Changeset 57584 for trunk/src/wp-includes/class-simplepie.php
- Timestamp:
- 02/11/2024 07:12:42 PM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-simplepie.php
r55753 r57584 341 341 /** 342 342 * RSS 2.0 Namespace 343 * ( Stupid,I know, but I'm certain it will confuse people less with support.)343 * (I know, but I'm certain it will confuse people less with support.) 344 344 */ 345 345 define('SIMPLEPIE_NAMESPACE_RSS_20', ''); … … 1209 1209 * 1210 1210 * Forgoes a substantial amount of data sanitization in favor of speed. This 1211 * turns SimplePie into a dumb parser of feeds.1211 * turns SimplePie into an dumb parser of feeds. 1212 1212 * 1213 1213 * @param bool $set Whether to set them or not
Note: See TracChangeset
for help on using the changeset viewer.