Changeset 5507 for trunk/wp-includes/functions.php
- Timestamp:
- 05/21/2007 10:50:32 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r5501 r5507 1338 1338 global $wp_locale; 1339 1339 1340 if ( is_wp_error( $message ) ) {1340 if ( function_exists( 'is_wp_error' ) && is_wp_error( $message ) ) { 1341 1341 if ( empty($title) ) { 1342 1342 $error_data = $message->get_error_data();
Note: See TracChangeset
for help on using the changeset viewer.