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:
Sergey Biryukov 2013-11-13 02:17:52 +00:00
parent 40f762f894
commit 9149d49677
1 changed files with 0 additions and 4 deletions

View File

@ -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;