Changeset 10093
- Timestamp:
- 12/07/2008 01:55:06 AM (17 years ago)
- Location:
- trunk/wp-admin/includes
- Files:
-
- 2 edited
-
file.php (modified) (1 diff)
-
plugin-install.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/file.php
r10050 r10093 711 711 <form action="<?php echo $form_post ?>" method="post"> 712 712 <div class="wrap"> 713 <?php screen_icon(); ?>714 713 <h2><?php _e('Connection Information') ?></h2> 715 714 <p><?php _e('To perform the requested action, connection information is required.') ?></p> -
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.