Make WordPress Core

Ticket #11629: actions.after.core.update.patch

File actions.after.core.update.patch, 707 bytes (added by Simek, 15 years ago)
  • update-core.php

     
    322322                        show_message( __('Installation Failed') );
    323323        } else {
    324324                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>';
    325331        }
    326332        echo '</div>';
    327333}