mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00: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:
@@ -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' ) ) {
|
||||
|
||||
Reference in New Issue
Block a user