Ticket #30311: 30311.diff
File 30311.diff, 700 bytes (added by , 11 years ago) |
---|
-
src/wp-includes/pluggable.php
1947 1947 * 1948 1948 * @since 2.5.0 1949 1949 * 1950 * @param bool $check Whether the passwords match. 1951 * @param string $hash The hashed password. 1952 * @param int $user_id User ID. 1950 * @param bool $check Whether the passwords match. 1951 * @param string $password The plaintext password. 1952 * @param string $hash The hashed password. 1953 * @param int $user_id User ID. 1953 1954 */ 1954 1955 return apply_filters( 'check_password', $check, $password, $hash, $user_id ); 1955 1956 }