diff -r 48c4eec2b7e6 -r 8c2e4d02f4ef wp/wp-admin/options-general.php --- a/wp/wp-admin/options-general.php Fri Sep 05 18:40:08 2025 +0200 +++ b/wp/wp-admin/options-general.php Fri Sep 05 18:52:52 2025 +0200 @@ -124,9 +124,11 @@ $app_icon_alt_value = ''; $browser_icon_alt_value = ''; + $site_icon_url = get_site_icon_url(); + if ( $site_icon_id ) { $img_alt = get_post_meta( $site_icon_id, '_wp_attachment_image_alt', true ); - $filename = wp_basename( get_site_icon_url() ); + $filename = wp_basename( $site_icon_url ); $app_icon_alt_value = sprintf( /* translators: %s: The selected image filename. */ __( 'App icon preview: The current image has no alternative text. The file name is: %s' ), @@ -155,23 +157,33 @@ } ?> + -