Ticket #18467: 18467.patch
| File 18467.patch, 734 bytes (added by , 15 years ago) |
|---|
-
wp-admin/update-core.php
362 362 show_message( __('Installation Failed') ); 363 363 } else { 364 364 show_message( __('WordPress updated successfully') ); 365 show_message( '<a href="' . esc_url( self_admin_url() ) . '">' . __('Go to Dashboard') . '</a> ' );365 show_message( '<a href="' . esc_url( self_admin_url() ) . '">' . __('Go to Dashboard') . '</a> | <a href="' . self_admin_url('update-core.php') . '" title="' . esc_attr__('Go to WordPress Updates page') . '" target="_parent">' . __('Return to WordPress Updates') . '</a>' ); 366 366 } 367 367 echo '</div>'; 368 368 }