Make WordPress Core


Ignore:
Timestamp:
05/15/2021 05:36:49 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Miscellaneous DocBlock corrections.

See #52628.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/feed.php

    r49565 r50916  
    797797
    798798    $feed->set_sanitize_class( 'WP_SimplePie_Sanitize_KSES' );
    799     // We must manually overwrite $feed->sanitize because SimplePie's
    800     // constructor sets it before we have a chance to set the sanitization class.
     799    // We must manually overwrite $feed->sanitize because SimplePie's constructor
     800    // sets it before we have a chance to set the sanitization class.
    801801    $feed->sanitize = new WP_SimplePie_Sanitize_KSES();
    802802
Note: See TracChangeset for help on using the changeset viewer.