diff --git a/wp-admin/includes/theme.php b/wp-admin/includes/theme.php index d5c6a549eb..1e4828b3c1 100644 --- a/wp-admin/includes/theme.php +++ b/wp-admin/includes/theme.php @@ -782,7 +782,7 @@ function wp_prepare_themes_for_js( $themes = null ) { ? wp_nonce_url( admin_url( 'themes.php?action=' . $auto_update_action . '&stylesheet=' . $encoded_slug ), 'updates' ) : null, ), - 'block_theme' => $theme->is_block_theme(), + 'blockTheme' => $theme->is_block_theme(), ); } diff --git a/wp-admin/themes.php b/wp-admin/themes.php index 3ef411bb6c..47aa7742b9 100644 --- a/wp-admin/themes.php +++ b/wp-admin/themes.php @@ -900,7 +900,7 @@ function wp_theme_auto_update_setting_template() { $aria_label = sprintf( _x( 'Activate %s', 'theme' ), '{{ data.name }}' ); ?> - <# if ( ! data.block_theme ) { #> + <# if ( ! data.blockTheme ) { #>