git-svn-id: http://svn.automattic.com/wordpress/trunk@13476 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c345aa4b0b
commit
206f886d54
|
@ -322,6 +322,7 @@ function do_core_upgrade( $reinstall = false ) {
|
||||||
show_message( __('Installation Failed') );
|
show_message( __('Installation Failed') );
|
||||||
} else {
|
} else {
|
||||||
show_message( __('WordPress upgraded successfully') );
|
show_message( __('WordPress upgraded successfully') );
|
||||||
|
show_message( '<strong>' . __('Actions:') . '</strong> <a href="' . esc_url( admin_url() ) . '">' . __('Go to Dashboard') . '</a>' );
|
||||||
}
|
}
|
||||||
echo '</div>';
|
echo '</div>';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue