Changeset 11798
- Timestamp:
- 08/11/2009 04:53:57 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.8/wp-login.php
r11514 r11798 188 188 $key = preg_replace('/[^a-z0-9]/i', '', $key); 189 189 190 if ( empty( $key ) )190 if ( empty( $key ) || is_array( $key ) ) 191 191 return new WP_Error('invalid_key', __('Invalid key')); 192 192
Note: See TracChangeset
for help on using the changeset viewer.