mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 04:40:26 +00:00
Docs: Miscellaneous DocBlock corrections.
See #52628. git-svn-id: https://develop.svn.wordpress.org/trunk@50916 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -796,8 +796,8 @@ function fetch_feed( $url ) {
|
||||
$feed = new SimplePie();
|
||||
|
||||
$feed->set_sanitize_class( 'WP_SimplePie_Sanitize_KSES' );
|
||||
// We must manually overwrite $feed->sanitize because SimplePie's
|
||||
// constructor sets it before we have a chance to set the sanitization class.
|
||||
// We must manually overwrite $feed->sanitize because SimplePie's constructor
|
||||
// sets it before we have a chance to set the sanitization class.
|
||||
$feed->sanitize = new WP_SimplePie_Sanitize_KSES();
|
||||
|
||||
// Register the cache handler using the recommended method for SimplePie 1.3 or later.
|
||||
|
||||
Reference in New Issue
Block a user