Changeset 29046 for trunk/src/wp-includes/class-wp-error.php
- Timestamp:
- 07/09/2014 07:18:44 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-error.php
r29033 r29046 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.071 *72 * @param WP_Error $this The WP_Error instance.73 */74 do_action( 'create_wp_error', $this );75 66 } 76 67
Note: See TracChangeset
for help on using the changeset viewer.