Changeset 5507
- Timestamp:
- 05/21/07 22:50:32 (1 year ago)
- Files:
-
- branches/2.2/wp-includes/functions.php (modified) (1 diff)
- trunk/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.2/wp-includes/functions.php
r5500 r5507 1318 1318 global $wp_locale; 1319 1319 1320 if ( is_wp_error( $message ) ) {1320 if ( function_exists( 'is_wp_error' ) && is_wp_error( $message ) ) { 1321 1321 if ( empty($title) ) { 1322 1322 $error_data = $message->get_error_data(); 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();
