Make WordPress Core

Ticket #9410: r10849-plugin-upgrader-screen_icon.diff

File r10849-plugin-upgrader-screen_icon.diff, 1.1 KB (added by demetris, 16 years ago)

Adds screen_icon before two h2 titles: Connection Information (for plugins) and Plugin Upgrade

  • wp-admin/includes/file.php

     
    719719</script>
    720720<form action="<?php echo $form_post ?>" method="post">
    721721<div class="wrap">
     722<?php screen_icon(); ?>
    722723<h2><?php _e('Connection Information') ?></h2>
    723724<p><?php _e('To perform the requested action, connection information is required.') ?></p>
    724725
  • wp-admin/update.php

     
    3535        }
    3636
    3737        echo '<div class="wrap">';
     38        echo screen_icon();
    3839        echo '<h2>' . __('Upgrade Plugin') . '</h2>';
    3940        if ( $wp_filesystem->errors->get_error_code() ) {
    4041                foreach ( $wp_filesystem->errors->get_error_messages() as $message )
     
    9495        }
    9596
    9697        echo '<div class="wrap">';
     98        echo screen_icon();
    9799        echo '<h2>' . __('Upgrade Theme') . '</h2>';
    98100        if ( $wp_filesystem->errors->get_error_code() ) {
    99101                foreach ( $wp_filesystem->errors->get_error_messages() as $message )