summaryrefslogtreecommitdiffstats
path: root/wp-includes/class-simplepie.php
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 07:57:26 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 07:57:26 +0000
commit30883c26bdceb9eaf32c8d4a1b0c1bce223b5226 (patch)
tree39a02e2aeb21ab5b7923c6f5757d66d55b708912 /wp-includes/class-simplepie.php
parentAdding upstream version 6.4.3+dfsg1. (diff)
downloadwordpress-30883c26bdceb9eaf32c8d4a1b0c1bce223b5226.tar.xz
wordpress-30883c26bdceb9eaf32c8d4a1b0c1bce223b5226.zip
Adding upstream version 6.5+dfsg1.upstream/6.5+dfsg1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'wp-includes/class-simplepie.php')
-rw-r--r--wp-includes/class-simplepie.php9
1 files changed, 4 insertions, 5 deletions
diff --git a/wp-includes/class-simplepie.php b/wp-includes/class-simplepie.php
index 2bd2735..976ce72 100644
--- a/wp-includes/class-simplepie.php
+++ b/wp-includes/class-simplepie.php
@@ -340,7 +340,6 @@ define('SIMPLEPIE_NAMESPACE_RSS_10_MODULES_CONTENT', 'http://purl.org/rss/1.0/mo
/**
* RSS 2.0 Namespace
- * (Stupid, I know, but I'm certain it will confuse people less with support.)
*/
define('SIMPLEPIE_NAMESPACE_RSS_20', '');
@@ -1205,12 +1204,12 @@ class SimplePie
}
/**
- * Set options to make SP as fast as possible
+ * Set options to make SimplePie as fast as possible.
*
- * Forgoes a substantial amount of data sanitization in favor of speed. This
- * turns SimplePie into a dumb parser of feeds.
+ * Forgoes a substantial amount of data sanitization in favor of speed.
+ * This turns SimplePie into a less clever parser of feeds.
*
- * @param bool $set Whether to set them or not
+ * @param bool $set Whether to set them or not.
*/
public function set_stupidly_fast($set = false)
{