Changeset 30381 for trunk/src/wp-includes/pluggable.php
- Timestamp:
- 11/18/2014 06:55:01 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pluggable.php
r30122 r30381 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 );
Note: See TracChangeset
for help on using the changeset viewer.