Coding Standards: Fix minor alignment issue in wp_ajax_install_theme().

Follow-up to [52819].

See #54728.


git-svn-id: https://develop.svn.wordpress.org/trunk@52840 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
David Baumwald 2022-03-10 17:30:04 +00:00
parent e5cb4986f1
commit 7d42ae5768

View File

@ -4159,7 +4159,7 @@ function wp_ajax_install_theme() {
}
}
$theme = wp_get_theme( $slug );
$theme = wp_get_theme( $slug );
$status['blockTheme'] = $theme->is_block_theme();
if ( ! is_multisite() && current_user_can( 'edit_theme_options' ) && current_user_can( 'customize' ) ) {