Make WordPress Core


Ignore:
Timestamp:
11/26/2008 11:35:23 PM (16 years ago)
Author:
azaozz
Message:

More screen icons and fixes, includes patch by johnconners, fixes #8380

File:
1 edited

Legend:

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

    r9860 r9912  
    548548
    549549    echo '<div class="wrap">';
     550    screen_icon();
    550551    echo '<h2>', sprintf( __('Installing Plugin from file: %s'), basename($filename) ), '</h2>';
    551552
     
    584585
    585586    echo '<div class="wrap">';
     587    screen_icon();
    586588    echo '<h2>', sprintf( __('Installing Plugin: %s'), $api->name . ' ' . $api->version ), '</h2>';
    587589
Note: See TracChangeset for help on using the changeset viewer.