Changeset 15590 for trunk/wp-includes/user.php
- Timestamp:
- 09/07/2010 11:21:11 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/user.php
r15580 r15590 163 163 * 164 164 * @since 3.0.0 165 * @param array $user idUser ID number list.165 * @param array $users User ID number list. 166 166 * @return array Amount of posts each user has written. 167 167 */ … … 585 585 * 586 586 * @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. 589 589 * @param bool $unique Optional, default is false. Whether the same key should not be added. 590 590 * @return bool False for failure. True for success. … … 644 644 * 645 645 * @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. 648 648 * @param mixed $prev_value Optional. Previous value to check before removing. 649 649 * @return bool False on failure, true if success.
Note: See TracChangeset
for help on using the changeset viewer.