X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/f5fcdc7994bb67cce809bc4777944ae8b7fad4a4..refs/tags/wordpress-4.3:/wp-admin/plugins.php?ds=sidebyside diff --git a/wp-admin/plugins.php b/wp-admin/plugins.php index d8676ec9..75f24917 100644 --- a/wp-admin/plugins.php +++ b/wp-admin/plugins.php @@ -122,7 +122,7 @@ if ( $action ) { require_once(ABSPATH . 'wp-admin/admin-header.php'); echo '
'; - echo '

' . esc_html( $title ) . '

'; + echo '

' . esc_html( $title ) . '

'; $url = self_admin_url('update.php?action=update-selected&plugins=' . urlencode( join(',', $plugins) )); $url = wp_nonce_url($url, 'bulk-update-plugins'); @@ -148,6 +148,9 @@ if ( $action ) { @ini_set('display_errors', true); //Ensure that Fatal errors are displayed. // Go back to "sandbox" scope so we get the same errors as before + /** + * @param string $plugin + */ function plugin_sandbox_scrape( $plugin ) { wp_register_plugin_realpath( WP_PLUGIN_DIR . '/' . $plugin ); include( WP_PLUGIN_DIR . '/' . $plugin ); @@ -285,13 +288,13 @@ if ( $action ) { $plugins_to_delete = count( $plugin_info ); ?> -

+

-

+

@@ -327,13 +330,13 @@ if ( $action ) { } ?> - +
- +

@@ -443,13 +446,13 @@ if ( !empty($invalid) )
-

- + ' . __('Search results for “%s”') . '', esc_html( $s ) ); ?> -

+