Make WordPress Core


Ignore:
Timestamp:
02/11/2024 07:12:42 PM (14 months ago)
Author:
joedolson
Message:

General: Remove ableist language from code comments.

Remove a handful of occurrences of ableist terms in code comments; omits external libraries.

Props dartiss, upadalavipul, SergeyBiryukov, shailu25, jorbin, dmsnell, joedolson, manfcarlo.
Fixes #60247.

File:
1 edited

Legend:

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

    r55753 r57584  
    341341/**
    342342 * RSS 2.0 Namespace
    343  * (Stupid, I know, but I'm certain it will confuse people less with support.)
     343 * (I know, but I'm certain it will confuse people less with support.)
    344344 */
    345345define('SIMPLEPIE_NAMESPACE_RSS_20', '');
     
    12091209     *
    12101210     * Forgoes a substantial amount of data sanitization in favor of speed. This
    1211      * turns SimplePie into a dumb parser of feeds.
     1211     * turns SimplePie into an dumb parser of feeds.
    12121212     *
    12131213     * @param bool $set Whether to set them or not
Note: See TracChangeset for help on using the changeset viewer.