Make WordPress Core

Ticket #25923: 25923.diff

File 25923.diff, 391 bytes (added by jdgrimes, 12 years ago)

Remove the unused function

  • src/wp-admin/update-core.php

     
    448448        exit;
    449449}
    450450
    451 function no_update_actions($actions) {
    452         return '';
    453 }
    454 
    455451$action = isset($_GET['action']) ? $_GET['action'] : 'upgrade-core';
    456452
    457453$upgrade_error = false;