Changeset 6648 for trunk/wp-includes/pluggable.php
- Timestamp:
- 01/24/2008 06:36:45 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/pluggable.php
r6647 r6648 1122 1122 } 1123 1123 1124 return $wp_hasher->CheckPassword($password, $hash); 1124 $check = $wp_hasher->CheckPassword($password, $hash); 1125 1126 return apply_filters('check_password', $check, $password, $hash); 1125 1127 } 1126 1128 endif;
Note: See TracChangeset
for help on using the changeset viewer.