Ticket #11232: 11232.back-link.diff
File 11232.back-link.diff, 557 bytes (added by , 15 years ago) |
---|
-
includes/class-wp-upgrader.php
504 504 $this->maintenance_mode(false); 505 505 $this->skin->footer(); 506 506 507 echo '<p><a href="' . admin_url('update-core.php') . '">' . __('Go back') . '</a></p>'; 508 507 509 // Cleanup our hooks, incase something else does a upgrade on this connection. 508 510 remove_filter('upgrader_clear_destination', array(&$this, 'delete_old_plugin')); 509 511