Ticket #25723: 25723.update.php.patch
| File 25723.update.php.patch, 599 bytes (added by , 13 years ago) |
|---|
-
update.php
252 252 include(ABSPATH . 'wp-admin/admin-footer.php'); 253 253 254 254 } else { 255 /** 256 * Fires a custom update function. 257 * 258 * The dynamic portion of the hook name, $action, refers to the action 259 * that was provided in the request for the wp-admin/update.php. Can 260 * be used to provide custom update functionality for themes and 261 * plugins. 262 * 263 * @since 2.8.0 264 */ 255 265 do_action('update-custom_' . $action); 256 266 } 257 267 }