Changeset 52803 for branches/5.9
- Timestamp:
- 02/26/2022 08:27:50 AM (3 years ago)
- Location:
- branches/5.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.9
-
branches/5.9/src/wp-admin/includes/class-theme-installer-skin.php
r52204 r52803 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.