Changeset 30666
- Timestamp:
- 11/30/2014 10:10:12 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/user.php
r30656 r30666 20 20 * @since 2.5.0 21 21 * 22 * @param array $credentialsOptional. User info in order to sign on.23 * @param bool $secure_cookie Optional. Whether to use secure cookie.22 * @param array $credentials Optional. User info in order to sign on. 23 * @param string|bool $secure_cookie Optional. Whether to use secure cookie. 24 24 * @return WP_User|WP_Error WP_User on success, WP_Error on failure. 25 25 */ … … 230 230 * @since 3.9.0 231 231 * 232 * @param int|bool $user The user ID (or false) as received from the232 * @param int|bool $user_id The user ID (or false) as received from the 233 233 * determine_current_user filter. 234 234 * @return int|bool User ID if validated, false otherwise. If a user ID from … … 346 346 * @param string $option User option name. 347 347 * @param int $user Optional. User ID. 348 * @param bool$deprecated Use get_option() to check for an option in the options table.348 * @param string $deprecated Use get_option() to check for an option in the options table. 349 349 * @return mixed User option value on success, false on failure. 350 350 */ … … 486 486 * @since 3.1.0 487 487 * 488 * @param string|array $args Optional. The query variables.488 * @param null|string|array $args Optional. The query variables. 489 489 * @return WP_User_Query 490 490 */ … … 2041 2041 * @access private 2042 2042 * 2043 * @param object$user WP_User instance.2043 * @param WP_User $user WP_User instance. 2044 2044 * @return array 2045 2045 */
Note: See TracChangeset
for help on using the changeset viewer.