Ticket #53546: 53546.diff
| File 53546.diff, 686 bytes (added by , 5 years ago) |
|---|
-
wp-admin/includes/class-wp-upgrader.php
478 478 /** 479 479 * Filters the install response before the installation has started. 480 480 * 481 * Returning a truthy value, or one that could be evaluated as a WP_Error 482 * will effectively short-circuit the installation, returning that value 483 * instead. 481 * Returning a value that could be evaluated as a WP_Error will effectively 482 * short-circuit the installation, returning that value instead. 484 483 * 485 484 * @since 2.8.0 486 485 *