diff -r 48c4eec2b7e6 -r 8c2e4d02f4ef wp/wp-includes/blocks/site-logo.php --- a/wp/wp-includes/blocks/site-logo.php Fri Sep 05 18:40:08 2025 +0200 +++ b/wp/wp-includes/blocks/site-logo.php Fri Sep 05 18:52:52 2025 +0200 @@ -159,6 +159,8 @@ * * @since 5.8.0 * + * @global array $_ignore_site_logo_changes + * * @param array $old_value Previous theme mod settings. * @param array $value Updated theme mod settings. */ @@ -179,6 +181,8 @@ * Deletes the site logo when all theme mods are being removed. * * @since 5.8.0 + * + * @global array $_ignore_site_logo_changes */ function _delete_site_logo_on_remove_theme_mods() { global $_ignore_site_logo_changes; @@ -211,6 +215,8 @@ * Removes the custom_logo theme-mod when the site_logo option gets deleted. * * @since 5.9.0 + * + * @global array $_ignore_site_logo_changes */ function _delete_custom_logo_on_remove_site_logo() { global $_ignore_site_logo_changes;