Ticket #25730: 25730.diff
File 25730.diff, 524 bytes (added by , 11 years ago) |
---|
-
src/wp-admin/update.php
252 252 include(ABSPATH . 'wp-admin/admin-footer.php'); 253 253 254 254 } 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 */ 255 263 do_action('update-custom_' . $action); 256 264 } 257 265 }