mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-22 17:18:32 +01:00
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:
parent
60685a399d
commit
d2ee517961
@ -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() ) {
|
||||
|
Loading…
Reference in New Issue
Block a user