Changeset 10093 for trunk/wp-admin/includes/plugin-install.php
- Timestamp:
- 12/07/2008 01:55:06 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/plugin-install.php
r9950 r10093 548 548 549 549 echo '<div class="wrap">'; 550 screen_icon();551 550 echo '<h2>', sprintf( __('Installing Plugin from file: %s'), basename($filename) ), '</h2>'; 552 551 … … 585 584 586 585 echo '<div class="wrap">'; 587 screen_icon();588 586 echo '<h2>', sprintf( __('Installing Plugin: %s'), $api->name . ' ' . $api->version ), '</h2>'; 589 587
Note: See TracChangeset
for help on using the changeset viewer.