Changeset 16860
- Timestamp:
- 12/10/2010 06:25:18 PM (14 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/network/update.php
r16272 r16860 8 8 */ 9 9 10 if ( isset( $_GET['action'] ) && in_array( $_GET['action'], array( 'update-selected', 'activate-plugin', 'update-selected-themes' ) ) ) 11 define( 'IFRAME_REQUEST', true ); 12 10 13 /** Load WordPress Administration Bootstrap */ 11 14 require_once( './admin.php' ); -
trunk/wp-admin/update.php
r16780 r16860 7 7 */ 8 8 9 if ( isset( $_GET['action'] ) && in_array( $_GET['action'], array( 'update-selected', 'activate-plugin', 'update-selected-themes' ) ) )10 define( 'IFRAME_REQUEST' , true);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 11 12 12 /** WordPress Administration Bootstrap */
Note: See TracChangeset
for help on using the changeset viewer.