Changeset 58278 for trunk/src/wp-includes/functions.php
- Timestamp:
- 06/02/2024 08:15:59 AM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r58200 r58278 5401 5401 5402 5402 $menu_name = __( 'Widgets' ); 5403 if ( wp_is_block_theme() || current_theme_supports( 'block-template-parts' )) {5403 if ( wp_is_block_theme() ) { 5404 5404 $submenu['themes.php'][] = array( $menu_name, 'edit_theme_options', 'widgets.php' ); 5405 5405 } else {
Note: See TracChangeset
for help on using the changeset viewer.