X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/b22765f41bf0b2021b9beb9120ee0ac91fa89292..e3ff8f35458a959c1879c0a4976701ed8dcfe651:/wp-admin/plugins.php diff --git a/wp-admin/plugins.php b/wp-admin/plugins.php index 1d462381..ae5ea58c 100644 --- a/wp-admin/plugins.php +++ b/wp-admin/plugins.php @@ -327,13 +327,13 @@ if ( $action ) { } ?> - +
- +
id, $sendback, $action, $plugins ); + wp_safe_redirect( $sendback ); + exit; + } + break; } + } $wp_list_table->prepare_items(); @@ -374,8 +388,8 @@ get_current_screen()->add_help_tab( array( '

' . __( 'The search for installed plugins will search for terms in their name, description, or author.' ) . ' ' . __( 'The search results will be updated as you type.' ) . '

' . '

' . sprintf( /* translators: %s: WordPress Plugin Directory URL */ - __( 'If you would like to see more plugins to choose from, click on the “Add New” button and you will be able to browse or search for additional plugins from the WordPress Plugin Directory. Plugins in the WordPress Plugin Directory are designed and developed by third parties, and are compatible with the license WordPress uses. Oh, and they’re free!' ), - 'https://wordpress.org/plugins/' + __( 'If you would like to see more plugins to choose from, click on the “Add New” button and you will be able to browse or search for additional plugins from the WordPress Plugin Directory. Plugins in the WordPress Plugin Directory are designed and developed by third parties, and are compatible with the license WordPress uses. Oh, and they’re free!' ), + __( 'https://wordpress.org/plugins/' ) ) . '

' ) ); get_current_screen()->add_help_tab( array( @@ -392,8 +406,8 @@ get_current_screen()->add_help_tab( array( get_current_screen()->set_help_sidebar( '

' . __('For more information:') . '

' . - '

' . __('Documentation on Managing Plugins') . '

' . - '

' . __('Support Forums') . '

' + '

' . __('Documentation on Managing Plugins') . '

' . + '

' . __('Support Forums') . '

' ); get_current_screen()->set_screen_reader_content( array(