diff --git a/src/wp-admin/includes/file.php b/src/wp-admin/includes/file.php index e7083b7999..e8fb7a6951 100644 --- a/src/wp-admin/includes/file.php +++ b/src/wp-admin/includes/file.php @@ -21,6 +21,7 @@ $wp_file_descriptions = array( 'searchform.php' => __( 'Search Form' ), '404.php' => __( '404 Template' ), 'link.php' => __( 'Links Template' ), + 'theme.json' => __( 'Theme Styles & Block Settings' ), // Archives. 'index.php' => __( 'Main Index Template' ), 'archive.php' => __( 'Archives' ),