Make WordPress Core


Ignore:
Timestamp:
09/07/2010 11:21:11 AM (14 years ago)
Author:
nacin
Message:

Phpdoc argument/@param cleanups. props duck_, see #14783.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/user.php

    r15580 r15590  
    163163 *
    164164 * @since 3.0.0
    165  * @param array $userid User ID number list.
     165 * @param array $users User ID number list.
    166166 * @return array Amount of posts each user has written.
    167167 */
     
    585585 *
    586586 * @param int $user_id Post ID.
    587  * @param string $key Metadata name.
    588  * @param mixed $value Metadata value.
     587 * @param string $meta_key Metadata name.
     588 * @param mixed $meta_value Metadata value.
    589589 * @param bool $unique Optional, default is false. Whether the same key should not be added.
    590590 * @return bool False for failure. True for success.
     
    644644 *
    645645 * @param int $user_id Post ID.
    646  * @param string $key Metadata key.
    647  * @param mixed $value Metadata value.
     646 * @param string $meta_key Metadata key.
     647 * @param mixed $meta_value Metadata value.
    648648 * @param mixed $prev_value Optional. Previous value to check before removing.
    649649 * @return bool False on failure, true if success.
Note: See TracChangeset for help on using the changeset viewer.