Remove “Actions: ” string from action links (on updater screens). Props demetris. fixes #15047

git-svn-id: https://develop.svn.wordpress.org/trunk@15977 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2010-10-26 17:18:49 +00:00
parent 7f1de33932
commit b9187fc683
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -341,7 +341,7 @@ function do_core_upgrade( $reinstall = false ) {
show_message( __('Installation Failed') );
} else {
show_message( __('WordPress updated successfully') );
show_message( '<strong>' . __('Actions:') . '</strong> <a href="' . esc_url( admin_url() ) . '">' . __('Go to Dashboard') . '</a>' );
show_message( '<a href="' . esc_url( admin_url() ) . '">' . __('Go to Dashboard') . '</a>' );
}
echo '</div>';
}