diff -r be944660c56a -r 3d72ae0968f4 wp/wp-includes/customize/class-wp-customize-theme-control.php --- a/wp/wp-includes/customize/class-wp-customize-theme-control.php Wed Sep 21 18:19:35 2022 +0200 +++ b/wp/wp-includes/customize/class-wp-customize-theme-control.php Tue Sep 27 16:37:53 2022 +0200 @@ -74,7 +74,7 @@ <# if ( data.theme.screenshot && data.theme.screenshot[0] ) { #>
- +
<# } else { #>
@@ -113,7 +113,7 @@

<# if ( ! data.theme.compatibleWP && ! data.theme.compatiblePHP ) { #> <# } else if ( ! data.theme.compatibleWP ) { #> <# } else if ( ! data.theme.compatiblePHP ) { #>

<# } else if ( 'installed' === data.theme.type ) { #> -
-

{{ data.theme.name }}

-
- <# if ( data.theme.compatibleWP && data.theme.compatiblePHP ) { #> - - <# } else { #> - - <# } #> + <# if ( data.theme.blockTheme ) { #> +
+

{{ data.theme.name }}

+
+ <# if ( data.theme.actions.activate ) { #> + + + <# } #> +
-
-

+

+ + <# if ( data.theme.actions.activate ) { #> + activate this theme, and use the Site Editor to customize it.' ), + '{{{ data.theme.actions.activate }}}' + ); + ?> + <# } #> +

+ <# } else { #> +
+

{{ data.theme.name }}

+
+ <# if ( data.theme.compatibleWP && data.theme.compatiblePHP ) { #> + + <# } else { #> + + <# } #> +
+
+

+ <# } #> <# } else { #>

{{ data.theme.name }}