Changeset 25076 for trunk/src/wp-includes/post.php
- Timestamp:
- 08/21/2013 09:10:23 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r25050 r25076 1672 1672 * @param int $post_id Post ID. 1673 1673 * @param string $meta_key Metadata name. 1674 * @param mixed $meta_value Metadata value. 1674 * @param mixed $meta_value Metadata value. Must be serializable if non-scalar. 1675 1675 * @param bool $unique Optional, default is false. Whether the same key should not be added. 1676 1676 * @return int|bool Meta ID on success, false on failure. … … 1696 1696 * @param int $post_id post ID 1697 1697 * @param string $meta_key Metadata name. 1698 * @param mixed $meta_value Optional. Metadata value. 1698 * @param mixed $meta_value Optional. Metadata value. Must be serializable if non-scalar. 1699 1699 * @return bool True on success, false on failure. 1700 1700 */ … … 1736 1736 * @param int $post_id Post ID. 1737 1737 * @param string $meta_key Metadata key. 1738 * @param mixed $meta_value Metadata value. 1738 * @param mixed $meta_value Metadata value. Must be serializable if non-scalar. 1739 1739 * @param mixed $prev_value Optional. Previous value to check before removing. 1740 1740 * @return bool True on success, false on failure.
Note: See TracChangeset
for help on using the changeset viewer.