mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 09:37:42 +01:00
Remove extra screen icons, fixes #8514
git-svn-id: http://svn.automattic.com/wordpress/trunk@10093 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
0e125cae08
commit
696e009118
@ -710,7 +710,6 @@ jQuery(function($){
|
|||||||
</script>
|
</script>
|
||||||
<form action="<?php echo $form_post ?>" method="post">
|
<form action="<?php echo $form_post ?>" method="post">
|
||||||
<div class="wrap">
|
<div class="wrap">
|
||||||
<?php screen_icon(); ?>
|
|
||||||
<h2><?php _e('Connection Information') ?></h2>
|
<h2><?php _e('Connection Information') ?></h2>
|
||||||
<p><?php _e('To perform the requested action, connection information is required.') ?></p>
|
<p><?php _e('To perform the requested action, connection information is required.') ?></p>
|
||||||
|
|
||||||
|
@ -547,7 +547,6 @@ function upload_plugin() {
|
|||||||
check_admin_referer('plugin-upload');
|
check_admin_referer('plugin-upload');
|
||||||
|
|
||||||
echo '<div class="wrap">';
|
echo '<div class="wrap">';
|
||||||
screen_icon();
|
|
||||||
echo '<h2>', sprintf( __('Installing Plugin from file: %s'), basename($filename) ), '</h2>';
|
echo '<h2>', sprintf( __('Installing Plugin from file: %s'), basename($filename) ), '</h2>';
|
||||||
|
|
||||||
//Handle a newly uploaded file, Else assume it was
|
//Handle a newly uploaded file, Else assume it was
|
||||||
@ -584,7 +583,6 @@ function install_plugin() {
|
|||||||
wp_die($api);
|
wp_die($api);
|
||||||
|
|
||||||
echo '<div class="wrap">';
|
echo '<div class="wrap">';
|
||||||
screen_icon();
|
|
||||||
echo '<h2>', sprintf( __('Installing Plugin: %s'), $api->name . ' ' . $api->version ), '</h2>';
|
echo '<h2>', sprintf( __('Installing Plugin: %s'), $api->name . ' ' . $api->version ), '</h2>';
|
||||||
|
|
||||||
do_plugin_install($api->download_link, $api);
|
do_plugin_install($api->download_link, $api);
|
||||||
|
Loading…
Reference in New Issue
Block a user