Skip to content

Commit 161d70a

Browse files
committed
Remove extra screen icons, fixes WordPress#8514
git-svn-id: https://develop.svn.wordpress.org/trunk@10093 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 986834d commit 161d70a

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

wp-admin/includes/file.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,6 @@ function request_filesystem_credentials($form_post, $type = '', $error = false)
710710
</script>
711711
<form action="<?php echo $form_post ?>" method="post">
712712
<div class="wrap">
713-
<?php screen_icon(); ?>
714713
<h2><?php _e('Connection Information') ?></h2>
715714
<p><?php _e('To perform the requested action, connection information is required.') ?></p>
716715

wp-admin/includes/plugin-install.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,6 @@ function upload_plugin() {
547547
check_admin_referer('plugin-upload');
548548

549549
echo '<div class="wrap">';
550-
screen_icon();
551550
echo '<h2>', sprintf( __('Installing Plugin from file: %s'), basename($filename) ), '</h2>';
552551

553552
//Handle a newly uploaded file, Else assume it was
@@ -584,7 +583,6 @@ function install_plugin() {
584583
wp_die($api);
585584

586585
echo '<div class="wrap">';
587-
screen_icon();
588586
echo '<h2>', sprintf( __('Installing Plugin: %s'), $api->name . ' ' . $api->version ), '</h2>';
589587

590588
do_plugin_install($api->download_link, $api);

0 commit comments

Comments
 (0)