mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Remove no_update_actions(), unused since [12157]. props jdgrimes. fixes #25923.
git-svn-id: https://develop.svn.wordpress.org/trunk@26113 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -448,10 +448,6 @@ function do_undismiss_core_update() {
|
||||
exit;
|
||||
}
|
||||
|
||||
function no_update_actions($actions) {
|
||||
return '';
|
||||
}
|
||||
|
||||
$action = isset($_GET['action']) ? $_GET['action'] : 'upgrade-core';
|
||||
|
||||
$upgrade_error = false;
|
||||
|
||||
Reference in New Issue
Block a user