Changeset 17976 for trunk/wp-login.php
- Timestamp:
- 05/20/2011 06:00:45 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-login.php
r17918 r17976 93 93 if ( !empty( $message ) ) echo $message . "\n"; 94 94 95 // In case a plugin uses $error rather than the $errors object95 // In case a plugin uses $error rather than the $wp_errors object 96 96 if ( !empty( $error ) ) { 97 97 $wp_error->add('error', $error);
Note: See TracChangeset
for help on using the changeset viewer.