mirror of
git://develop.git.wordpress.org/
synced 2025-03-21 12:29:53 +01:00
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:
parent
e5cb4986f1
commit
7d42ae5768
@ -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' ) ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user