Make WordPress Core

Ticket #25730: 25730.diff

File 25730.diff, 524 bytes (added by aralbald, 11 years ago)
  • src/wp-admin/update.php

     
    252252                include(ABSPATH . 'wp-admin/admin-footer.php');
    253253
    254254        } else {
     255                /**
     256                 * Fires if a custom action is requested.
     257                 *
     258                 * The dynamic part of the hook name, $action,
     259                 * refers to the action derived from the GET or POST request.
     260                 *
     261                 * @since 2.8.0
     262                 */
    255263                do_action('update-custom_' . $action);
    256264        }
    257265}