Use tools screen_icon for udpate-core. Props ocean90, fixes #15531.

git-svn-id: http://svn.automattic.com/wordpress/trunk@16533 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
PeteMall 2010-11-22 16:56:22 +00:00
parent 60685a399d
commit d2ee517961
1 changed files with 1 additions and 1 deletions

View File

@ -327,7 +327,7 @@ function do_core_upgrade( $reinstall = false ) {
}
?>
<div class="wrap">
<?php screen_icon(); ?>
<?php screen_icon('tools'); ?>
<h2><?php _e('Update WordPress'); ?></h2>
<?php
if ( $wp_filesystem->errors->get_error_code() ) {