Changeset 14348 for trunk/wp-admin/update.php
- Timestamp:
- 05/02/2010 10:57:44 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/update.php
r14313 r14348 70 70 if ( ! isset($_GET['failure']) && ! isset($_GET['success']) ) { 71 71 wp_redirect( 'update.php?action=activate-plugin&failure=true&plugin=' . $plugin . '&_wpnonce=' . $_GET['_wpnonce'] ); 72 activate_plugin( $plugin);72 activate_plugin( $plugin, '', ! empty( $_GET['networkwide'] ) ); 73 73 wp_redirect( 'update.php?action=activate-plugin&success=true&plugin=' . $plugin . '&_wpnonce=' . $_GET['_wpnonce'] ); 74 74 die();
Note: See TracChangeset
for help on using the changeset viewer.