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