wp/wp-admin/network/theme-install.php
changeset 9 177826044cd9
parent 7 cf61fcea0001
child 16 a86126ab1dd4
--- a/wp/wp-admin/network/theme-install.php	Mon Oct 14 18:06:33 2019 +0200
+++ b/wp/wp-admin/network/theme-install.php	Mon Oct 14 18:28:13 2019 +0200
@@ -7,8 +7,9 @@
  * @since 3.1.0
  */
 
-if ( isset( $_GET['tab'] ) && ( 'theme-information' == $_GET['tab'] ) )
+if ( isset( $_GET['tab'] ) && ( 'theme-information' == $_GET['tab'] ) ) {
 	define( 'IFRAME_REQUEST', true );
+}
 
 /** Load WordPress Administration Bootstrap */
 require_once( dirname( __FILE__ ) . '/admin.php' );