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:
parent
2c9525edc3
commit
12134c3435
|
@ -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' ) ) {
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue