Add screen icon for plugin upgrade. Props demetris. fixes #9410

git-svn-id: http://svn.automattic.com/wordpress/trunk@10850 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2009-03-30 16:26:48 +00:00
parent e5e2f13181
commit 533114e89f
2 changed files with 3 additions and 0 deletions

View File

@ -719,6 +719,7 @@ jQuery(function($){
</script>
<form action="<?php echo $form_post ?>" method="post">
<div class="wrap">
<?php screen_icon(); ?>
<h2><?php _e('Connection Information') ?></h2>
<p><?php _e('To perform the requested action, connection information is required.') ?></p>

View File

@ -35,6 +35,7 @@ function do_plugin_upgrade($plugin) {
}
echo '<div class="wrap">';
echo screen_icon();
echo '<h2>' . __('Upgrade Plugin') . '</h2>';
if ( $wp_filesystem->errors->get_error_code() ) {
foreach ( $wp_filesystem->errors->get_error_messages() as $message )
@ -94,6 +95,7 @@ function do_theme_upgrade($theme) {
}
echo '<div class="wrap">';
echo screen_icon();
echo '<h2>' . __('Upgrade Theme') . '</h2>';
if ( $wp_filesystem->errors->get_error_code() ) {
foreach ( $wp_filesystem->errors->get_error_messages() as $message )