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