mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-30 23:30:05 +00:00
Coding Standards: Fix the Squiz.PHP.DisallowMultipleAssignments violations in wp-admin.
See #47632. git-svn-id: https://develop.svn.wordpress.org/trunk@45583 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -73,7 +73,8 @@ if ( $theme->errors() && 'theme_no_stylesheet' == $theme->errors()->get_error_co
|
||||
wp_die( __( 'The requested theme does not exist.' ) . ' ' . $theme->errors()->get_error_message() );
|
||||
}
|
||||
|
||||
$allowed_files = $style_files = array();
|
||||
$allowed_files = array();
|
||||
$style_files = array();
|
||||
$has_templates = false;
|
||||
|
||||
$file_types = wp_get_theme_file_editable_extensions( $theme );
|
||||
|
||||
Reference in New Issue
Block a user