Ticket #9410: r10849-plugin-upgrader-screen_icon.diff
File r10849-plugin-upgrader-screen_icon.diff, 1.1 KB (added by , 16 years ago) |
---|
-
wp-admin/includes/file.php
719 719 </script> 720 720 <form action="<?php echo $form_post ?>" method="post"> 721 721 <div class="wrap"> 722 <?php screen_icon(); ?> 722 723 <h2><?php _e('Connection Information') ?></h2> 723 724 <p><?php _e('To perform the requested action, connection information is required.') ?></p> 724 725 -
wp-admin/update.php
35 35 } 36 36 37 37 echo '<div class="wrap">'; 38 echo screen_icon(); 38 39 echo '<h2>' . __('Upgrade Plugin') . '</h2>'; 39 40 if ( $wp_filesystem->errors->get_error_code() ) { 40 41 foreach ( $wp_filesystem->errors->get_error_messages() as $message ) … … 94 95 } 95 96 96 97 echo '<div class="wrap">'; 98 echo screen_icon(); 97 99 echo '<h2>' . __('Upgrade Theme') . '</h2>'; 98 100 if ( $wp_filesystem->errors->get_error_code() ) { 99 101 foreach ( $wp_filesystem->errors->get_error_messages() as $message )