Make WordPress Core


Ignore:
Timestamp:
02/11/2024 07:12:42 PM (3 years 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/theme.php

    r57573 r57584  
    28032803                         * As stated above, the first value wins.
    28042804                         * Once we get to wp_loaded (just-in-time), define any constants we haven't already.
    2805                          * Constants are lame. Don't reference them. This is just for backward compatibility.
     2805                         * Constants should be avoided. Don't reference them. This is just for backward compatibility.
    28062806                         */
    28072807
Note: See TracChangeset for help on using the changeset viewer.