Code Duplication    Length = 2-2 lines in 2 locations

src/wp-admin/network/update.php 1 location

@@ 10-11 (lines=2) @@
7
 * @since 3.1.0
8
 */
9
10
if ( isset( $_GET['action'] ) && in_array( $_GET['action'], array( 'update-selected', 'activate-plugin', 'update-selected-themes' ) ) )
11
	define( 'IFRAME_REQUEST', true );
12
13
/** Load WordPress Administration Bootstrap */
14
require_once( dirname( __FILE__ ) . '/admin.php' );

src/wp-admin/update.php 1 location

@@ 9-10 (lines=2) @@
6
 * @subpackage Administration
7
 */
8
9
if ( ! defined( 'IFRAME_REQUEST' ) && isset( $_GET['action'] ) && in_array( $_GET['action'], array( 'update-selected', 'activate-plugin', 'update-selected-themes' ) ) )
10
	define( 'IFRAME_REQUEST', true );
11
12
/** WordPress Administration Bootstrap */
13
require_once( dirname( __FILE__ ) . '/admin.php' );