More screen icons and fixes, includes patch by johnconners, fixes #8380

git-svn-id: https://develop.svn.wordpress.org/trunk@9912 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2008-11-26 23:35:23 +00:00
parent e200f660bc
commit 0b85e05cda
13 changed files with 161 additions and 86 deletions

View File

@@ -547,6 +547,7 @@ function upload_plugin() {
check_admin_referer('plugin-upload');
echo '<div class="wrap">';
screen_icon();
echo '<h2>', sprintf( __('Installing Plugin from file: %s'), basename($filename) ), '</h2>';
//Handle a newly uploaded file, Else assume it was
@@ -583,6 +584,7 @@ function install_plugin() {
wp_die($api);
echo '<div class="wrap">';
screen_icon();
echo '<h2>', sprintf( __('Installing Plugin: %s'), $api->name . ' ' . $api->version ), '</h2>';
do_plugin_install($api->download_link, $api);