mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
General: Further improve language in SimplePie code comments.
Follow-up to [57584]. Props manfcarlo. Fixes #60247. git-svn-id: https://develop.svn.wordpress.org/trunk@57647 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
d0cb4ca047
commit
c6e41c412b
@ -340,7 +340,6 @@ define('SIMPLEPIE_NAMESPACE_RSS_10_MODULES_CONTENT', 'http://purl.org/rss/1.0/mo
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* RSS 2.0 Namespace
|
* RSS 2.0 Namespace
|
||||||
* (I know, but I'm certain it will confuse people less with support.)
|
|
||||||
*/
|
*/
|
||||||
define('SIMPLEPIE_NAMESPACE_RSS_20', '');
|
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
|
* Forgoes a substantial amount of data sanitization in favor of speed.
|
||||||
* turns SimplePie into an dumb parser of feeds.
|
* 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)
|
public function set_stupidly_fast($set = false)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user