Changeset 57647 for trunk/src/wp-includes/class-simplepie.php
- Timestamp:
- 02/17/2024 01:23:28 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-simplepie.php
r57584 r57647 341 341 /** 342 342 * RSS 2.0 Namespace 343 * (I know, but I'm certain it will confuse people less with support.)344 343 */ 345 344 define('SIMPLEPIE_NAMESPACE_RSS_20', ''); … … 1206 1205 1207 1206 /** 1208 * Set options to make S P as fast as possible1209 * 1210 * Forgoes a substantial amount of data sanitization in favor of speed. This1211 * turns SimplePie into an dumbparser of feeds.1212 * 1213 * @param bool $set Whether to set them or not 1207 * Set options to make SimplePie as fast as possible. 1208 * 1209 * Forgoes a substantial amount of data sanitization in favor of speed. 1210 * This turns SimplePie into a less clever parser of feeds. 1211 * 1212 * @param bool $set Whether to set them or not. 1214 1213 */ 1215 1214 public function set_stupidly_fast($set = false)
Note: See TracChangeset
for help on using the changeset viewer.