Fix Dashboard link in Network Admin on update-core. props PeteMall, see #14435.
git-svn-id: https://develop.svn.wordpress.org/trunk@15979 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
65cb97f7b7
commit
afde42977a
@ -341,7 +341,7 @@ function do_core_upgrade( $reinstall = false ) {
|
||||
show_message( __('Installation Failed') );
|
||||
} else {
|
||||
show_message( __('WordPress updated successfully') );
|
||||
show_message( '<a href="' . esc_url( admin_url() ) . '">' . __('Go to Dashboard') . '</a>' );
|
||||
show_message( '<a href="' . esc_url( self_admin_url() ) . '">' . __('Go to Dashboard') . '</a>' );
|
||||
}
|
||||
echo '</div>';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user