Changeset 54176 for trunk/src/wp-includes/functions.php
- Timestamp:
- 09/15/2022 12:18:30 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r54157 r54176 5262 5262 5263 5263 $menu_name = __( 'Widgets' ); 5264 if ( wp_is_block_theme() ) {5264 if ( wp_is_block_theme() || current_theme_supports( 'block-template-parts' ) ) { 5265 5265 $submenu['themes.php'][] = array( $menu_name, 'edit_theme_options', 'widgets.php' ); 5266 5266 } else {
Note: See TracChangeset
for help on using the changeset viewer.