Make WordPress Core

Changeset 10850


Ignore:
Timestamp:
03/30/2009 04:26:48 PM (15 years ago)
Author:
ryan
Message:

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

Location:
trunk/wp-admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/file.php

    r10810 r10850  
    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>
  • trunk/wp-admin/update.php

    r10150 r10850  
    3636
    3737    echo '<div class="wrap">';
     38    echo screen_icon();
    3839    echo '<h2>' . __('Upgrade Plugin') . '</h2>';
    3940    if ( $wp_filesystem->errors->get_error_code() ) {
     
    9596
    9697    echo '<div class="wrap">';
     98    echo screen_icon();
    9799    echo '<h2>' . __('Upgrade Theme') . '</h2>';
    98100    if ( $wp_filesystem->errors->get_error_code() ) {
Note: See TracChangeset for help on using the changeset viewer.