Make WordPress Core


Ignore:
Timestamp:
09/13/2022 08:18:30 AM (2 years ago)
Author:
audrasjb
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/file.php

    r54113 r54140  
    2222    '404.php'               => __( '404 Template' ),
    2323    'link.php'              => __( 'Links Template' ),
     24    'theme.json'            => __( 'Theme Styles & Block Settings' ),
    2425    // Archives.
    2526    'index.php'             => __( 'Main Index Template' ),
Note: See TracChangeset for help on using the changeset viewer.