Make WordPress Core


Ignore:
Timestamp:
12/07/2008 01:55:06 AM (16 years ago)
Author:
azaozz
Message:

Remove extra screen icons, fixes #8514

File:
1 edited

Legend:

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

    r9950 r10093  
    548548
    549549    echo '<div class="wrap">';
    550     screen_icon();
    551550    echo '<h2>', sprintf( __('Installing Plugin from file: %s'), basename($filename) ), '</h2>';
    552551
     
    585584
    586585    echo '<div class="wrap">';
    587     screen_icon();
    588586    echo '<h2>', sprintf( __('Installing Plugin: %s'), $api->name . ' ' . $api->version ), '</h2>';
    589587
Note: See TracChangeset for help on using the changeset viewer.