Changeset 30105 for trunk/src/wp-includes/pluggable.php
- Timestamp:
- 10/30/2014 01:04:55 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pluggable.php
r30015 r30105 73 73 * 74 74 * @uses $current_user Checks if the current user is set 75 * @uses wp_validate_auth_cookie() Retrieves current logged in user.76 75 * 77 76 * @return bool|null False on XML-RPC Request and invalid auth cookie. Null when current user set. … … 1216 1215 * @since 2.3.0 1217 1216 * 1218 * @uses wp_validate_redirect() To validate the redirect is to an allowed host.1219 *1220 1217 * @return void Does not return anything 1221 1218 **/ … … 1873 1870 * 1874 1871 * @since 2.0.3 1875 * @uses wp_salt() Get WordPress salt1876 1872 * 1877 1873 * @param string $data Plain text to hash … … 2070 2066 * 2071 2067 * @uses $wpdb WordPress database object for queries 2072 * @uses wp_hash_password() Used to encrypt the user's password before passing to the database2073 2068 * 2074 2069 * @param string $password The plaintext new user password
Note: See TracChangeset
for help on using the changeset viewer.