Changeset 27191 for trunk/src/wp-includes/post.php
- Timestamp:
- 02/18/2014 09:35:07 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r27138 r27191 1790 1790 * @param mixed $meta_value Metadata value. Must be serializable if non-scalar. 1791 1791 * @param mixed $prev_value Optional. Previous value to check before removing. 1792 * @return bool True on success, false on failure.1792 * @return int|bool Meta ID if the key didn't exist, true on successful update, false on failure. 1793 1793 */ 1794 1794 function update_post_meta($post_id, $meta_key, $meta_value, $prev_value = '') {
Note: See TracChangeset
for help on using the changeset viewer.