Remove no_update_actions(), unused since [12157]. props jdgrimes. fixes #25923.

Built from https://develop.svn.wordpress.org/trunk@26113


git-svn-id: http://core.svn.wordpress.org/trunk@26025 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2013-11-13 02:18:10 +00:00
parent 72efe7c1ec
commit 04128120f3

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;