Changeset 41289 for trunk/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 08/22/2017 11:51:11 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ajax-actions.php
r41270 r41289 3457 3457 /* 3458 3458 * See WP_Theme_Install_List_Table::_get_theme_status() if we wanted to check 3459 * on post-install status.3459 * on post-installation status. 3460 3460 */ 3461 3461 wp_send_json_success( $status ); … … 3702 3702 $pagenow = isset( $_POST['pagenow'] ) ? sanitize_key( $_POST['pagenow'] ) : ''; 3703 3703 3704 // If install request is coming from import page, do not return network activation link.3704 // If installation request is coming from import page, do not return network activation link. 3705 3705 $plugins_url = ( 'import' === $pagenow ) ? admin_url( 'plugins.php' ) : network_admin_url( 'plugins.php' ); 3706 3706
Note: See TracChangeset
for help on using the changeset viewer.