Ticket #11629: actions.after.core.update.patch
File actions.after.core.update.patch, 707 bytes (added by , 15 years ago) |
---|
-
update-core.php
322 322 show_message( __('Installation Failed') ); 323 323 } else { 324 324 show_message( __('WordPress upgraded successfully') ); 325 echo ' 326 <p> 327 <strong>' . __('Actions:') . '</strong> 328 <a href="' . admin_url('update-core.php') . '" title="' . esc_attr__('Return to Upgrade page') . '" target="_parent">' . __('Return to Upgrade page') . '</a> | 329 <a href="' . admin_url('index.php') . '" title="' . esc_attr__('Go to Dashboard') . '" target="_parent">' . __('Go to Dashboard') . '</a> 330 </p>'; 325 331 } 326 332 echo '</div>'; 327 333 }