- Timestamp:
- 02/26/2022 08:14:22 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-theme-installer-skin.php
r52610 r52802 116 116 $install_actions = array(); 117 117 118 if ( current_user_can( 'edit_theme_options' ) && current_user_can( 'customize' ) ) {118 if ( current_user_can( 'edit_theme_options' ) && current_user_can( 'customize' ) && ! $theme_info->is_block_theme() ) { 119 119 $customize_url = add_query_arg( 120 120 array(
Note: See TracChangeset
for help on using the changeset viewer.