mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Revert [29033] pending further discussion. See #28319.
git-svn-id: https://develop.svn.wordpress.org/trunk@29046 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
adbe839132
commit
a8fa7036aa
@ -63,15 +63,6 @@ class WP_Error {
|
||||
|
||||
if ( ! empty($data) )
|
||||
$this->error_data[$code] = $data;
|
||||
|
||||
/**
|
||||
* Fires when a WP_Error object instance is created.
|
||||
*
|
||||
* @since 4.0.0
|
||||
*
|
||||
* @param WP_Error $this The WP_Error instance.
|
||||
*/
|
||||
do_action( 'create_wp_error', $this );
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user