mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Themes: Implement file description for theme.json.
This changeset adds a file description for `theme.json`. This description is notably used in the Theme File Editor. Props ocean90, kapilpaul, poena. Fixes #55325. git-svn-id: https://develop.svn.wordpress.org/trunk@54140 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
1746a68584
commit
7c72b3d589
@ -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' ),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user