diff -r 48c4eec2b7e6 -r 8c2e4d02f4ef wp/wp-admin/theme-editor.php --- a/wp/wp-admin/theme-editor.php Fri Sep 05 18:40:08 2025 +0200 +++ b/wp/wp-admin/theme-editor.php Fri Sep 05 18:52:52 2025 +0200 @@ -182,12 +182,7 @@ $content = esc_textarea( $content ); } -$file_description = get_file_description( $relative_file ); -$file_show = array_search( $file, array_filter( $allowed_files ), true ); -$description = esc_html( $file_description ); -if ( $file_description !== $file_show ) { - $description .= ' (' . esc_html( $file_show ) . ')'; -} +$file_show = array_search( $file, array_filter( $allowed_files ), true ); ?>