Make WordPress Core


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

    r57524 r57584  
    508508                return;
    509509            }
    510             // Set the parent. Pass the current instance so we can do the crazy checks above and assess errors.
     510            // Set the parent. Pass the current instance so we can do the checks above and assess errors.
    511511            $this->parent = new WP_Theme( $this->template, isset( $theme_root_template ) ? $theme_root_template : $this->theme_root, $this );
    512512        }
Note: See TracChangeset for help on using the changeset viewer.