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:
John Blackbourn 2014-07-09 19:18:44 +00:00
parent adbe839132
commit a8fa7036aa

View File

@ -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 );
}
/**