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

Follow-up to [52819].

See #54728.

Built from https://develop.svn.wordpress.org/trunk@52840


git-svn-id: http://core.svn.wordpress.org/trunk@52429 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
davidbaumwald 2022-03-10 17:32:03 +00:00
parent 2c9525edc3
commit 12134c3435
2 changed files with 2 additions and 2 deletions

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' ) ) {

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.0-alpha-52839';
$wp_version = '6.0-alpha-52840';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.