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.
Built from https://develop.svn.wordpress.org/trunk@57584


git-svn-id: http://core.svn.wordpress.org/trunk@57085 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
joedolson
2024-02-11 19:14:19 +00:00
parent 23d24eefc2
commit 9a3c2cc58b
8 changed files with 22 additions and 10 deletions

View File

@@ -507,7 +507,7 @@ final class WP_Theme implements ArrayAccess {
}
return;
}
// Set the parent. Pass the current instance so we can do the crazy checks above and assess errors.
// Set the parent. Pass the current instance so we can do the checks above and assess errors.
$this->parent = new WP_Theme( $this->template, isset( $theme_root_template ) ? $theme_root_template : $this->theme_root, $this );
}