Make WordPress Core

Changeset 57647


Ignore:
Timestamp:
02/17/2024 01:23:28 PM (3 months ago)
Author:
swissspidy
Message:

General: Further improve language in SimplePie code comments.

Follow-up to [57584].

Props manfcarlo.
Fixes #60247.

File:
1 edited

Legend:

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

    r57584 r57647  
    341341/**
    342342 * RSS 2.0 Namespace
    343  * (I know, but I'm certain it will confuse people less with support.)
    344343 */
    345344define('SIMPLEPIE_NAMESPACE_RSS_20', '');
     
    12061205
    12071206    /**
    1208      * Set options to make SP as fast as possible
    1209      *
    1210      * Forgoes a substantial amount of data sanitization in favor of speed. This
    1211      * turns SimplePie into an dumb parser 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.
    12141213     */
    12151214    public function set_stupidly_fast($set = false)
Note: See TracChangeset for help on using the changeset viewer.