diff --git a/wp-includes/theme.php b/wp-includes/theme.php
index 040275e0f837..705c6878b3fc 100644
a
|
b
|
function add_theme_support( $feature, ...$args ) { |
2789 | 2789 | * the constant is always accurate (and is not defined later, overriding our value). |
2790 | 2790 | * As stated above, the first value wins. |
2791 | 2791 | * Once we get to wp_loaded (just-in-time), define any constants we haven't already. |
2792 | | * Constants are lame. Don't reference them. This is just for backward compatibility. |
| 2792 | * Constants should be avoided. Don't reference them. This is just for backward compatibility. |
2793 | 2793 | */ |
2794 | 2794 | |
2795 | 2795 | if ( defined( 'NO_HEADER_TEXT' ) ) { |