Ticket #28319: 28319.3.diff
| File 28319.3.diff, 512 bytes (added by , 11 years ago) |
|---|
-
src/wp-includes/class-wp-error.php
63 63 64 64 if ( ! empty($data) ) 65 65 $this->error_data[$code] = $data; 66 67 /** 68 * Fires when a WP_Error object instance is created. 69 * 70 * @since 4.0.0 71 * 72 * @param WP_Error $this The WP_Error instance. 73 */ 74 do_action( 'create_wp_error', $this ); 66 75 } 67 76 68 77 /**