Ticket #28319: 28319.diff
| File 28319.diff, 389 bytes (added by , 11 years ago) |
|---|
-
wp-includes/class-wp-error.php
diff --git a/wp-includes/class-wp-error.php b/wp-includes/class-wp-error.php index b048584..3413bf7 100644
a b public function __construct($code = '', $message = '', $data = '') { 62 62 63 63 if ( ! empty($data) ) 64 64 $this->error_data[$code] = $data; 65 66 do_action( 'create_wp_error', $this ); 65 67 } 66 68 67 69 /**