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:
parent
40f762f894
commit
9149d49677
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user