Changeset 24507 for trunk/wp-includes/class-wp-error.php
- Timestamp:
- 06/24/2013 06:23:45 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-wp-error.php
r19712 r24507 195 195 * Check whether variable is a WordPress Error. 196 196 * 197 * Looks at the object and if a WP_Error class. Does not check to see if the 198 * parent is also WP_Error, so can't inherit WP_Error and still use this 199 * function. 197 * Returns true if $thing is an object of the WP_Error class. 200 198 * 201 199 * @since 2.1.0 202 200 * 203 * @param mixed $thing Check if unknown variable is WordPressError object.201 * @param mixed $thing Check if unknown variable is a WP_Error object. 204 202 * @return bool True, if WP_Error. False, if not WP_Error. 205 203 */
Note: See TracChangeset
for help on using the changeset viewer.